From 83603df51c73dee2a36a91b05f7e50fa40ffe03e Mon Sep 17 00:00:00 2001 From: Mike Bayer Date: Mon, 18 Feb 2013 16:31:18 -0500 Subject: [PATCH] add a link here --- doc/build/orm/tutorial.rst | 2 ++ 1 file changed, 2 insertions(+) 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 ---------------------------------------- -- 2.47.2