diff options
author | Mike Bayer <mike_mp@zzzcomputing.com> | 2014-12-14 16:21:40 -0500 |
---|---|---|
committer | Mike Bayer <mike_mp@zzzcomputing.com> | 2014-12-14 16:21:40 -0500 |
commit | 7cd4362924dd0133a604d4a0c52f1566acbd31ff (patch) | |
tree | 5ea15b4bdeb329b1e7e02b859cd9107b84a0d729 | |
parent | 468db416dbf284f0e7dddde90ec9641dc89428c6 (diff) | |
download | sqlalchemy-7cd4362924dd0133a604d4a0c52f1566acbd31ff.tar.gz |
- automap isn't new anymore
-rw-r--r-- | doc/build/index.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/build/index.rst b/doc/build/index.rst index b65755d43..205a5c12b 100644 --- a/doc/build/index.rst +++ b/doc/build/index.rst @@ -39,7 +39,7 @@ of Python objects, proceed first to the tutorial. :doc:`Declarative Extension <orm/extensions/declarative>` | :doc:`Association Proxy <orm/extensions/associationproxy>` | :doc:`Hybrid Attributes <orm/extensions/hybrid>` | - :doc:`Automap <orm/extensions/automap>` (**new**) | + :doc:`Automap <orm/extensions/automap>` | :doc:`Mutable Scalars <orm/extensions/mutable>` | :doc:`Ordered List <orm/extensions/orderinglist>` |