From: Mike Bayer Date: Mon, 18 Feb 2013 21:31:18 +0000 (-0500) Subject: add a link here X-Git-Tag: rel_0_8_0~20^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=83603df51c73dee2a36a91b05f7e50fa40ffe03e;p=thirdparty%2Fsqlalchemy%2Fsqlalchemy.git add a link here --- diff --git a/doc/build/orm/tutorial.rst b/doc/build/orm/tutorial.rst index 927914ae7a..9686d7c853 100644 --- a/doc/build/orm/tutorial.rst +++ b/doc/build/orm/tutorial.rst @@ -1807,6 +1807,8 @@ Uh oh, they're still there ! Analyzing the flush SQL, we can see that the deleted. SQLAlchemy doesn't assume that deletes cascade, you have to tell it to do so. +.. _tutorial_delete_cascade: + Configuring delete/delete-orphan Cascade ----------------------------------------