summaryrefslogtreecommitdiff
path: root/CHANGES.txt
diff options
context:
space:
mode:
authorChris McDonough <chrism@plope.com>2011-07-12 19:52:26 -0400
committerChris McDonough <chrism@plope.com>2011-07-12 19:52:26 -0400
commitaec6b29b42ad2acf0c9febd884ae9db1316022c5 (patch)
tree2175ea5644f492ce7196a42650ff9012ed25cf32 /CHANGES.txt
parent9a064ea3fe62ab9c73573b022bc6381d04aa94ee (diff)
downloadpyramid-aec6b29b42ad2acf0c9febd884ae9db1316022c5.tar.gz
pyramid-aec6b29b42ad2acf0c9febd884ae9db1316022c5.tar.bz2
pyramid-aec6b29b42ad2acf0c9febd884ae9db1316022c5.zip
- The ``pyramid_routesalchemy`` and ``pyramid_alchemy`` scaffolds
inappropriately used ``DBSession.rollback()`` instead of ``transaction.abort()`` in one place. - Wiki2 (SQLAlchemy + URL Dispatch) tutorial ``models.initialize_sql`` didn't match the ``pyramid_routesalchemy`` scaffold function of the same name; it didn't get synchronized when it was changed in the scaffold.
Diffstat (limited to 'CHANGES.txt')
-rw-r--r--CHANGES.txt11
1 files changed, 11 insertions, 0 deletions
diff --git a/CHANGES.txt b/CHANGES.txt
index 403969fc0..fd11a16d1 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -30,6 +30,17 @@ Bug Fixes
second route with the name of a previously added name or c) use a
Configurator that works in ``autocommit`` mode.
+- The ``pyramid_routesalchemy`` and ``pyramid_alchemy`` scaffolds
+ inappropriately used ``DBSession.rollback()`` instead of
+ ``transaction.abort()`` in one place.
+
+Documentation
+-------------
+
+- Wiki2 (SQLAlchemy + URL Dispatch) tutorial ``models.initialize_sql`` didn't
+ match the ``pyramid_routesalchemy`` scaffold function of the same name; it
+ didn't get synchronized when it was changed in the scaffold.
+
1.1b1 (2011-07-10)
==================