From: falkerson Date: Wed, 9 Mar 2016 07:56:30 +0000 (+0200) Subject: Update cascades.rst X-Git-Tag: rel_1_1_0b1~98^2~3 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f61194cb865db8b29cc65e47782bb72e54b14ada;p=thirdparty%2Fsqlalchemy%2Fsqlalchemy.git Update cascades.rst --- diff --git a/doc/build/orm/cascades.rst b/doc/build/orm/cascades.rst index f645e6dae0..0ab8bc8a1a 100644 --- a/doc/build/orm/cascades.rst +++ b/doc/build/orm/cascades.rst @@ -341,7 +341,7 @@ easily described through demonstration; it means that, given a mapping such as t }) If an ``Order`` is already in the session, and is assigned to the ``order`` -attribute of an ``Item``, the backref appends the ``Order`` to the ``items`` +attribute of an ``Item``, the backref appends the ``Item`` to the ``items`` collection of that ``Order``, resulting in the ``save-update`` cascade taking place::