Chris McDonough
2011-07-13 aec6b29b42ad2acf0c9febd884ae9db1316022c5
refs
author Chris McDonough <chrism@plope.com>
Wednesday, July 13, 2011 01:52 +0200
committer Chris McDonough <chrism@plope.com>
Wednesday, July 13, 2011 01:52 +0200
commitaec6b29b42ad2acf0c9febd884ae9db1316022c5
tree 2175ea5644f492ce7196a42650ff9012ed25cf32 tree | zip | gz
parent 9a064ea3fe62ab9c73573b022bc6381d04aa94ee view | diff
- 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.
9 files modified
32 ■■■■■ changed files
CHANGES.txt 11 ●●●●● diff | view | raw | blame | history
TODO.txt 7 ●●●●● diff | view | raw | blame | history
docs/tutorials/wiki2/src/authorization/tutorial/models.py 2 ●●● diff | view | raw | blame | history
docs/tutorials/wiki2/src/basiclayout/tutorial/models.py 2 ●●● diff | view | raw | blame | history
docs/tutorials/wiki2/src/models/tutorial/models.py 2 ●●● diff | view | raw | blame | history
docs/tutorials/wiki2/src/tests/tutorial/models.py 2 ●●● diff | view | raw | blame | history
docs/tutorials/wiki2/src/views/tutorial/models.py 2 ●●● diff | view | raw | blame | history
pyramid/scaffolds/alchemy/+package+/models.py 2 ●●● diff | view | raw | blame | history
pyramid/scaffolds/routesalchemy/+package+/models.py 2 ●●● diff | view | raw | blame | history