From: Mike Bayer Date: Tue, 5 Apr 2011 19:10:22 +0000 (-0400) Subject: - add link to concrete base declarative recipe X-Git-Tag: rel_0_7b4~34 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=86bbef51d79af345cc3a5848774dad9483022153;p=thirdparty%2Fsqlalchemy%2Fsqlalchemy.git - add link to concrete base declarative recipe --- diff --git a/doc/build/orm/inheritance.rst b/doc/build/orm/inheritance.rst index ff932f0f34..1105423564 100644 --- a/doc/build/orm/inheritance.rst +++ b/doc/build/orm/inheritance.rst @@ -459,6 +459,9 @@ Upon select, the polymorphic union produces a query like this: ) AS pjoin [] +For a recipe that sets up concrete inheritance using declarative, see the `DeclarativeAbstractConcreteBase +`_ recipe on the wiki. + Using Relationships with Inheritance ------------------------------------