From d56aa17f1109bbd0c341d127b4be4cd12e6d8c1d Mon Sep 17 00:00:00 2001 From: Mike Bayer Date: Thu, 18 Jun 2015 13:13:54 -0400 Subject: [PATCH] - automap is stable (cherry picked from commit 370b237ddb6af0ba62f0ce5b1bedfe7556c6ccf3) --- lib/sqlalchemy/ext/automap.py | 6 ------ 1 file changed, 6 deletions(-) diff --git a/lib/sqlalchemy/ext/automap.py b/lib/sqlalchemy/ext/automap.py index b1fa6529cb..23f5485181 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 `_ -- 2.47.3