summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
Diffstat (limited to 'doc')
-rw-r--r--doc/build/orm/queryguide/_deferred_setup.rst1
-rw-r--r--doc/build/orm/queryguide/select.rst4
2 files changed, 5 insertions, 0 deletions
diff --git a/doc/build/orm/queryguide/_deferred_setup.rst b/doc/build/orm/queryguide/_deferred_setup.rst
index e75630c46..2675c9341 100644
--- a/doc/build/orm/queryguide/_deferred_setup.rst
+++ b/doc/build/orm/queryguide/_deferred_setup.rst
@@ -100,5 +100,6 @@ This page illustrates the mappings and fixture data used by the
... )
>>> session.commit()
BEGIN ... COMMIT
+ >>> session.close()
>>> conn.begin()
BEGIN ...
diff --git a/doc/build/orm/queryguide/select.rst b/doc/build/orm/queryguide/select.rst
index 7967bb4d5..55c3ae94e 100644
--- a/doc/build/orm/queryguide/select.rst
+++ b/doc/build/orm/queryguide/select.rst
@@ -1001,6 +1001,10 @@ which belonged to "sandy":
Relationship Instance Comparison Operators
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
+.. comment
+
+ >>> session.expunge_all()
+
The :func:`_orm.relationship`-bound attribute also offers a few SQL construction
implementations that are geared towards filtering a :func:`_orm.relationship`-bound
attribute in terms of a specific instance of a related object, which can unpack