From 433f20d631085cf0e14348b4055e45db080b630f Mon Sep 17 00:00:00 2001 From: Mike Bayer Date: Sun, 2 Jul 2006 16:34:03 +0000 Subject: [PATCH] fixed hyperlink to adv datamapping --- doc/build/content/tutorial.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/build/content/tutorial.txt b/doc/build/content/tutorial.txt index 44c5c2db15..80f2d44722 100644 --- a/doc/build/content/tutorial.txt +++ b/doc/build/content/tutorial.txt @@ -357,7 +357,7 @@ At the moment, nothing has been saved to the database; all of our changes are in With the identity map, a single `Session` can be relied upon to keep all loaded instances straight. -As far as the issue of the same object being modified in two different Sessions, that's an issue of concurrency detection; SQLAlchemy does some basic concurrency checks when saving objects, with the option for a stronger check using version ids. See [adv_datamapping](rel:adv_datamapping) for more details. +As far as the issue of the same object being modified in two different Sessions, that's an issue of concurrency detection; SQLAlchemy does some basic concurrency checks when saving objects, with the option for a stronger check using version ids. See [advdatamapping_arguments](rel:advdatamapping_arguments) for more details. ### Saving {@name=saving} -- 2.47.3