]> 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:13:54 +0000 (13:13 -0400)
lib/sqlalchemy/ext/automap.py

index 119d10c427e6c8b6e84d346bf69bf3419121bb90..1006e732697ea628a3253c3c1cbcae331998e624 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/>`_