]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commitdiff
link to flushing
authorMike Bayer <mike_mp@zzzcomputing.com>
Mon, 18 Feb 2013 23:49:09 +0000 (18:49 -0500)
committerMike Bayer <mike_mp@zzzcomputing.com>
Mon, 18 Feb 2013 23:49:09 +0000 (18:49 -0500)
doc/build/orm/session.rst

index 37314cf4cbf4e653bfcccfda6c6bdc75061d7c2f..00d67b512b4baf7d45d3fc2285a3ef7b688f3cb1 100644 (file)
@@ -738,6 +738,8 @@ caveats, including that "delete" and "delete-orphan" cascades won't be fully
 expressed for collections which are already loaded. See the API docs for
 :meth:`~sqlalchemy.orm.query.Query.delete` for more details.
 
+.. _session_flushing:
+
 Flushing
 --------