From: Mike Bayer Date: Mon, 12 Aug 2019 20:53:15 +0000 (-0400) Subject: - remove explicit doc for unique_connection as this has been removed X-Git-Tag: rel_1_4_0b1~763 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8f43a770199845abe47c0b8479e846cffbace51a;p=thirdparty%2Fsqlalchemy%2Fsqlalchemy.git - remove explicit doc for unique_connection as this has been removed Change-Id: I2febfd5fbe1e466adaff1e741652e3d1be78ecea --- diff --git a/doc/build/core/pooling.rst b/doc/build/core/pooling.rst index 181ab6b540..ebd396fc54 100644 --- a/doc/build/core/pooling.rst +++ b/doc/build/core/pooling.rst @@ -501,13 +501,11 @@ API Documentation - Available Pool Implementations .. automethod:: connect .. automethod:: dispose .. automethod:: recreate - .. automethod:: unique_connection .. autoclass:: sqlalchemy.pool.QueuePool .. automethod:: __init__ .. automethod:: connect - .. automethod:: unique_connection .. autoclass:: SingletonThreadPool