summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy
diff options
context:
space:
mode:
authorMike Bayer <mike_mp@zzzcomputing.com>2015-06-18 13:13:54 -0400
committerMike Bayer <mike_mp@zzzcomputing.com>2015-06-18 13:14:14 -0400
commitd56aa17f1109bbd0c341d127b4be4cd12e6d8c1d (patch)
treea50edad8d2dcb7b00a74a28a7f2f9266613ccf3c /lib/sqlalchemy
parent981685c7b353758901b03601d8866159ef6f0053 (diff)
downloadsqlalchemy-d56aa17f1109bbd0c341d127b4be4cd12e6d8c1d.tar.gz
- automap is stable
(cherry picked from commit 370b237ddb6af0ba62f0ce5b1bedfe7556c6ccf3)
Diffstat (limited to 'lib/sqlalchemy')
-rw-r--r--lib/sqlalchemy/ext/automap.py6
1 files changed, 0 insertions, 6 deletions
diff --git a/lib/sqlalchemy/ext/automap.py b/lib/sqlalchemy/ext/automap.py
index b1fa6529c..23f548518 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/>`_