]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commitdiff
- SQLSoup will not be included in version 0.8
authorMike Bayer <mike_mp@zzzcomputing.com>
Mon, 26 Sep 2011 21:58:30 +0000 (17:58 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Mon, 26 Sep 2011 21:58:30 +0000 (17:58 -0400)
    of SQLAlchemy; while useful, we would like to
    keep SQLAlchemy itself focused on one ORM
    usage paradigm.  SQLSoup will hopefully
    soon be superseded by a third party
    project.  [ticket:2262]

CHANGES
lib/sqlalchemy/ext/sqlsoup.py

diff --git a/CHANGES b/CHANGES
index acbcbee7975bb915e403575ad4d4887b593532b7..d4b8bf33871c9b00644ccced68f4556da3c99c05 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -262,6 +262,13 @@ CHANGES
     the type would be available.  [ticket:2252]
 
 - ext
+  - SQLSoup will not be included in version 0.8
+    of SQLAlchemy; while useful, we would like to
+    keep SQLAlchemy itself focused on one ORM
+    usage paradigm.  SQLSoup will hopefully
+    soon be superseded by a third party 
+    project.  [ticket:2262]
+
   - Added local_attr, remote_attr, attr accessors
     to AssociationProxy, providing quick access
     to the proxied attributes at the class
index f76a175a4e29149cb3ad59457fcf3c9193106665..fe2f74137367563db8e9b7e436d1bffc37d78d63 100644 (file)
@@ -5,6 +5,11 @@
 # the MIT License: http://www.opensource.org/licenses/mit-license.php
 
 """
+
+.. note:: SQLSoup will no longer be included with SQLAlchemy as of 0.8.
+   Look for a third party project replicating its functionality soon.
+
+
 Introduction
 ============