[doc] set_/free_cnxset method doesn't exist anymore
authorLaurent Peuch <cortex@worlddomination.be>
Wed, 18 Dec 2019 05:45:37 +0100
changeset 12812 00749d83a672
parent 12811 03c0684e0160
child 12813 9c151701d63e
[doc] set_/free_cnxset method doesn't exist anymore
cubicweb/server/session.py
--- a/cubicweb/server/session.py	Thu Dec 05 18:49:32 2019 +0100
+++ b/cubicweb/server/session.py	Wed Dec 18 05:45:37 2019 +0100
@@ -168,10 +168,7 @@
       :attr:`cnxset`, the connections set to use to execute queries on sources.
       If the transaction is read only, the connection set may be freed between
       actual queries. This allows multiple connections with a reasonably low
-      connection set pool size.  Control mechanism is detailed below.
-
-    .. automethod:: cubicweb.server.session.Connection.set_cnxset
-    .. automethod:: cubicweb.server.session.Connection.free_cnxset
+      connection set pool size.
 
       :attr:`mode`, string telling the connections set handling mode, may be one
       of 'read' (connections set may be freed), 'write' (some write was done in