From: Mike Bayer Date: Fri, 2 May 2014 00:34:33 +0000 (-0400) Subject: doc fixes X-Git-Tag: rel_0_9_5~67 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=890ac4c81b0b61b0e0b94347eb18e09c2759823d;p=thirdparty%2Fsqlalchemy%2Fsqlalchemy.git doc fixes --- diff --git a/doc/build/faq.rst b/doc/build/faq.rst index b92a1c744c..1625893f4b 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 24bf1513b1..65836f13a2 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