From a0bd9055e91cda804ad4153ba4a6407f16c4b508 Mon Sep 17 00:00:00 2001 From: Mike Bayer Date: Tue, 5 Apr 2011 15:10:22 -0400 Subject: [PATCH] - add link to concrete base declarative recipe --- doc/build/orm/inheritance.rst | 3 +++ 1 file changed, 3 insertions(+) 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 ------------------------------------ -- 2.47.3