# HG changeset patch # User Laurent Peuch # Date 1576644337 -3600 # Node ID 00749d83a67245b16bb6e3f20fd6deb8dbe07caa # Parent 03c0684e0160074922aa9bf97d9822d9367521ea [doc] set_/free_cnxset method doesn't exist anymore diff -r 03c0684e0160 -r 00749d83a672 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