diff options
-rw-r--r-- | doc/build/faq.rst | 2 | ||||
-rw-r--r-- | doc/build/orm/extensions/index.rst | 1 |
2 files changed, 2 insertions, 1 deletions
diff --git a/doc/build/faq.rst b/doc/build/faq.rst index b92a1c744..1625893f4 100644 --- a/doc/build/faq.rst +++ b/doc/build/faq.rst @@ -824,7 +824,7 @@ I'm calling ``Session.delete(myobject)`` and it isn't removed from the parent co See :ref:`session_deleting_from_collections` for a description of this behavior. why isn't my ``__init__()`` called when I load objects? ------------------------------------------------------- +------------------------------------------------------- See :ref:`mapping_constructors` for a description of this behavior. diff --git a/doc/build/orm/extensions/index.rst b/doc/build/orm/extensions/index.rst index 24bf1513b..65836f13a 100644 --- a/doc/build/orm/extensions/index.rst +++ b/doc/build/orm/extensions/index.rst @@ -16,6 +16,7 @@ behavior. In particular the "Horizontal Sharding", "Hybrid Attributes", and :maxdepth: 1 associationproxy + automap declarative mutable orderinglist |