summaryrefslogtreecommitdiff
path: root/docs/build/front.rst
diff options
context:
space:
mode:
authorMike Bayer <mike_mp@zzzcomputing.com>2013-02-11 17:19:42 -0500
committerMike Bayer <mike_mp@zzzcomputing.com>2013-02-11 17:19:42 -0500
commitf00338eadb26f476ccbd947c677cc26784711379 (patch)
tree97a40bc251c936dd2436a8c346b406ba48fde4fb /docs/build/front.rst
parent8cdd16e401c022a0163016f686f2d9c772fd8fdc (diff)
downloadalembic-f00338eadb26f476ccbd947c677cc26784711379.tar.gz
- repair argspec to work with py3k also
- relying upon SQLA argspec compat here, so let's also bump compatibility to 0.7.3, as 0.6 is working poorly in any case
Diffstat (limited to 'docs/build/front.rst')
-rw-r--r--docs/build/front.rst7
1 files changed, 5 insertions, 2 deletions
diff --git a/docs/build/front.rst b/docs/build/front.rst
index c595ea4..71444a3 100644
--- a/docs/build/front.rst
+++ b/docs/build/front.rst
@@ -48,8 +48,11 @@ Dependencies
Alembic's install process will ensure that `SQLAlchemy <http://www.sqlalchemy.org>`_
is installed, in addition to other dependencies. Alembic will work with
-SQLAlchemy as of version **0.6**, though with a limited featureset.
-The latest version of SQLAlchemy within the **0.7** or **0.8** series is strongly recommended.
+SQLAlchemy as of version **0.7.3**. The latest version of SQLAlchemy within
+the **0.7** or **0.8** series is strongly recommended.
+
+.. versionchanged:: 0.5.0
+ Support for SQLAlchemy 0.6 has been dropped.
Community