summaryrefslogtreecommitdiff
path: root/CHANGES.txt
diff options
context:
space:
mode:
authorChris McDonough <chrism@plope.com>2011-07-13 00:41:59 -0400
committerChris McDonough <chrism@plope.com>2011-07-13 00:41:59 -0400
commitd05117e9655e3619e66bfef86f40043fbcc61829 (patch)
tree23d76eb5b6d59552289b31ef28303d0c1934f83c /CHANGES.txt
parent60bc3075c005984969f60eb3b768ce7214135514 (diff)
downloadpyramid-d05117e9655e3619e66bfef86f40043fbcc61829.tar.gz
pyramid-d05117e9655e3619e66bfef86f40043fbcc61829.tar.bz2
pyramid-d05117e9655e3619e66bfef86f40043fbcc61829.zip
- We now clear ``request.response`` before we invoke an exception view; an
exception view will be working with a request.response that has not been touched by any code prior to the exception.
Diffstat (limited to 'CHANGES.txt')
-rw-r--r--CHANGES.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/CHANGES.txt b/CHANGES.txt
index ea83827cc..21bea6572 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -45,6 +45,10 @@ Bug Fixes
inappropriately used ``DBSession.rollback()`` instead of
``transaction.abort()`` in one place.
+- We now clear ``request.response`` before we invoke an exception view; an
+ exception view will be working with a request.response that has not been
+ touched by any code prior to the exception.
+
Documentation
-------------