From: Mike Bayer Date: Mon, 18 Feb 2013 23:49:09 +0000 (-0500) Subject: link to flushing X-Git-Tag: rel_0_8_0~19^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5c2ccaf7295d6188d2af14a1ce1c8a23813e32d1;p=thirdparty%2Fsqlalchemy%2Fsqlalchemy.git link to flushing --- diff --git a/doc/build/orm/session.rst b/doc/build/orm/session.rst index 37314cf4cb..00d67b512b 100644 --- a/doc/build/orm/session.rst +++ b/doc/build/orm/session.rst @@ -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 --------