]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commitdiff
- automap is stable
authorMike Bayer <mike_mp@zzzcomputing.com>
Thu, 18 Jun 2015 17:13:54 +0000 (13:13 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Thu, 18 Jun 2015 17:14:14 +0000 (13:14 -0400)
(cherry picked from commit 370b237ddb6af0ba62f0ce5b1bedfe7556c6ccf3)

lib/sqlalchemy/ext/automap.py

index b1fa6529cb040ac67d3116d6ba217e5dbf20f176..23f54851811476102a93055c642e151fb7381477 100644 (file)
@@ -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/>`_