]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commitdiff
add a link here
authorMike Bayer <mike_mp@zzzcomputing.com>
Mon, 18 Feb 2013 21:31:18 +0000 (16:31 -0500)
committerMike Bayer <mike_mp@zzzcomputing.com>
Mon, 18 Feb 2013 21:31:18 +0000 (16:31 -0500)
doc/build/orm/tutorial.rst

index 927914ae7a77b8c3039550d150d7693c2bf43bc1..9686d7c8534476d436e91bbf8807a59bbfae5e0a 100644 (file)
@@ -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
 ----------------------------------------