]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commitdiff
doc fixes
authorMike Bayer <mike_mp@zzzcomputing.com>
Fri, 2 May 2014 00:34:33 +0000 (20:34 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Fri, 2 May 2014 00:34:33 +0000 (20:34 -0400)
doc/build/faq.rst
doc/build/orm/extensions/index.rst

index b92a1c744cc86006428cd09379255a3f504069e2..1625893f4bb711e26e55a910cd6bcf806c54b0a9 100644 (file)
@@ -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.
 
index 24bf1513b1ff1c49f7af3cb8bb1eb320bd775684..65836f13a20019b3260bba53710896a396f958d7 100644 (file)
@@ -16,6 +16,7 @@ behavior.   In particular the "Horizontal Sharding", "Hybrid Attributes", and
     :maxdepth: 1
 
     associationproxy
+    automap
     declarative
     mutable
     orderinglist