diff options
| author | Chris McDonough <chrism@plope.com> | 2011-01-19 21:34:19 -0500 |
|---|---|---|
| committer | Chris McDonough <chrism@plope.com> | 2011-01-19 21:34:19 -0500 |
| commit | 607d756e962dce912134e075dbcc5f11a91987f0 (patch) | |
| tree | 24ff54af4402c52da8ad34bc8fbbf889dd69e24b /CHANGES.txt | |
| parent | 36a3bf111cae15ff46d0769ccfb2edc1ecf050d3 (diff) | |
| download | pyramid-607d756e962dce912134e075dbcc5f11a91987f0.tar.gz pyramid-607d756e962dce912134e075dbcc5f11a91987f0.tar.bz2 pyramid-607d756e962dce912134e075dbcc5f11a91987f0.zip | |
- The ``pyramid_zodb``, ``pyramid_routesalchemy`` and ``pyramid_alchemy``
paster templates now use a default "commit veto" hook when configuring the
``repoze.tm2`` transaction manager in ``development.ini``. This prevents a
transaction from being committed when the response status code is within
the 400 or 500 ranges. See also
http://docs.repoze.org/tm2/#using-a-commit-veto.
Diffstat (limited to 'CHANGES.txt')
| -rw-r--r-- | CHANGES.txt | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/CHANGES.txt b/CHANGES.txt index 86473b9b3..416de00f9 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -35,6 +35,16 @@ Backwards Incompatibilities has been mutated, a cookie will be sent back in the response. Previously its default value was ``False``. +Paster Templates +---------------- + +- The ``pyramid_zodb``, ``pyramid_routesalchemy`` and ``pyramid_alchemy`` + paster templates now use a default "commit veto" hook when configuring the + ``repoze.tm2`` transaction manager in ``development.ini``. This prevents a + transaction from being committed when the response status code is within + the 400 or 500 ranges. See also + http://docs.repoze.org/tm2/#using-a-commit-veto. + 1.0a10 (2011-01-18) =================== |
