]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commitdiff
- remove explicit doc for unique_connection as this has been removed
authorMike Bayer <mike_mp@zzzcomputing.com>
Mon, 12 Aug 2019 20:53:15 +0000 (16:53 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Mon, 12 Aug 2019 20:53:15 +0000 (16:53 -0400)
Change-Id: I2febfd5fbe1e466adaff1e741652e3d1be78ecea

doc/build/core/pooling.rst

index 181ab6b540b167079d208b99ea6bda07a14da93e..ebd396fc54afe37e76ca60638ee3fb8bbfb9a72f 100644 (file)
@@ -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