From: Mike Bayer Date: Sun, 8 Jan 2012 19:05:07 +0000 (-0500) Subject: sqlsoup is released separately X-Git-Tag: rel_0_7_5~57 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=88ac77bc56931c7d43756e2e2c6c537375d1b57b;p=thirdparty%2Fsqlalchemy%2Fsqlalchemy.git sqlsoup is released separately --- diff --git a/lib/sqlalchemy/ext/sqlsoup.py b/lib/sqlalchemy/ext/sqlsoup.py index 4dd9e9e4d2..7d36cdfa65 100644 --- a/lib/sqlalchemy/ext/sqlsoup.py +++ b/lib/sqlalchemy/ext/sqlsoup.py @@ -8,8 +8,15 @@ .. note:: - SQLSoup will no longer be included with SQLAlchemy as of 0.8. - Look for a third party project replicating its functionality soon. + SQLSoup is now its own project. Documentation + and project status are available at: + + http://pypi.python.org/pypi/sqlsoup + + http://readthedocs.org/docs/sqlsoup + + SQLSoup will no longer be included with SQLAlchemy as of + version 0.8. Introduction