summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Bayer <mike_mp@zzzcomputing.com>2014-05-01 20:34:33 -0400
committerMike Bayer <mike_mp@zzzcomputing.com>2014-05-01 20:34:33 -0400
commit890ac4c81b0b61b0e0b94347eb18e09c2759823d (patch)
treea0f3aa7c85417d082d82678ff69219f3415d05ce
parent2a458680a49376b8a11b342bc679a870cdc05da6 (diff)
downloadsqlalchemy-890ac4c81b0b61b0e0b94347eb18e09c2759823d.tar.gz
doc fixes
-rw-r--r--doc/build/faq.rst2
-rw-r--r--doc/build/orm/extensions/index.rst1
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