summaryrefslogtreecommitdiff
path: root/doc/build/orm/inheritance.rst
diff options
context:
space:
mode:
Diffstat (limited to 'doc/build/orm/inheritance.rst')
-rw-r--r--doc/build/orm/inheritance.rst8
1 files changed, 5 insertions, 3 deletions
diff --git a/doc/build/orm/inheritance.rst b/doc/build/orm/inheritance.rst
index 351a493cc..5f9a28671 100644
--- a/doc/build/orm/inheritance.rst
+++ b/doc/build/orm/inheritance.rst
@@ -528,9 +528,11 @@ 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
-<http://www.sqlalchemy.org/trac/wiki/UsageRecipes/DeclarativeAbstractConcreteBase>`_ recipe on the wiki.
-Other helpers for concrete inheritance with declarative are currently under development.
+Concrete Inheritance with Declarative
+++++++++++++++++++++++++++++++++++++++
+
+As of 0.7.3, the :ref:`declarative_toplevel` module includes helpers for concrete inheritance.
+See :ref:`declarative_concrete_helpers` for more information.
Using Relationships with Inheritance
------------------------------------