summaryrefslogtreecommitdiff
path: root/TODO.txt
diff options
context:
space:
mode:
authorChris McDonough <chrism@plope.com>2011-01-19 21:34:19 -0500
committerChris McDonough <chrism@plope.com>2011-01-19 21:34:19 -0500
commit607d756e962dce912134e075dbcc5f11a91987f0 (patch)
tree24ff54af4402c52da8ad34bc8fbbf889dd69e24b /TODO.txt
parent36a3bf111cae15ff46d0769ccfb2edc1ecf050d3 (diff)
downloadpyramid-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 'TODO.txt')
-rw-r--r--TODO.txt3
1 files changed, 0 insertions, 3 deletions
diff --git a/TODO.txt b/TODO.txt
index 75dc5199f..e34c2fe55 100644
--- a/TODO.txt
+++ b/TODO.txt
@@ -6,9 +6,6 @@ Must-Have (before 1.0)
- Write a "Whats New" (delta from BFG 1.3)
-- Use a commit veto when configuring repoze.tm2 in paster templates for
- non-1X, 2X, or 3X responses.
-
- Figure out how to slim the herd of paster templates. Related:
https://github.com/Pylons/pyramid/issues#issue/40,
https://github.com/Pylons/pyramid/issues#issue/42,