From: Mike Bayer Date: Thu, 18 Jun 2015 17:13:54 +0000 (-0400) Subject: - automap is stable X-Git-Tag: rel_1_0_6~17 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=370b237ddb6af0ba62f0ce5b1bedfe7556c6ccf3;p=thirdparty%2Fsqlalchemy%2Fsqlalchemy.git - automap is stable --- diff --git a/lib/sqlalchemy/ext/automap.py b/lib/sqlalchemy/ext/automap.py index 119d10c427..1006e73269 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 `_