]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commitdiff
sqlsoup is released separately
authorMike Bayer <mike_mp@zzzcomputing.com>
Sun, 8 Jan 2012 19:05:07 +0000 (14:05 -0500)
committerMike Bayer <mike_mp@zzzcomputing.com>
Sun, 8 Jan 2012 19:05:07 +0000 (14:05 -0500)
lib/sqlalchemy/ext/sqlsoup.py

index 4dd9e9e4d2d8857f76f3f4ac0512baad4e5e8cdc..7d36cdfa65ac634a3e5e35e0fb2a56436fdbadb8 100644 (file)
@@ -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