diff options
author | Mike Bayer <mike_mp@zzzcomputing.com> | 2015-06-18 13:13:54 -0400 |
---|---|---|
committer | Mike Bayer <mike_mp@zzzcomputing.com> | 2015-06-18 13:13:54 -0400 |
commit | 370b237ddb6af0ba62f0ce5b1bedfe7556c6ccf3 (patch) | |
tree | 727bab5acda52a84f1b76623073c5c8c98f84511 /lib/sqlalchemy/ext/automap.py | |
parent | 4a25c10e27147917e93e6893df13b2b55673e0a7 (diff) | |
download | sqlalchemy-370b237ddb6af0ba62f0ce5b1bedfe7556c6ccf3.tar.gz |
- automap is stable
Diffstat (limited to 'lib/sqlalchemy/ext/automap.py')
-rw-r--r-- | lib/sqlalchemy/ext/automap.py | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/lib/sqlalchemy/ext/automap.py b/lib/sqlalchemy/ext/automap.py index 119d10c42..1006e7326 100644 --- a/lib/sqlalchemy/ext/automap.py +++ b/lib/sqlalchemy/ext/automap.py @@ -11,12 +11,6 @@ schema, typically though not necessarily one which is reflected. .. versionadded:: 0.9.1 Added :mod:`sqlalchemy.ext.automap`. -.. note:: - - The :mod:`sqlalchemy.ext.automap` extension should be considered - **experimental** as of 0.9.1. Featureset and API stability is - not guaranteed at this time. - It is hoped that the :class:`.AutomapBase` system provides a quick and modernized solution to the problem that the very famous `SQLSoup <https://sqlsoup.readthedocs.org/en/latest/>`_ |