diff options
| author | Chris McDonough <chrism@plope.com> | 2011-07-13 00:41:59 -0400 |
|---|---|---|
| committer | Chris McDonough <chrism@plope.com> | 2011-07-13 00:41:59 -0400 |
| commit | d05117e9655e3619e66bfef86f40043fbcc61829 (patch) | |
| tree | 23d76eb5b6d59552289b31ef28303d0c1934f83c /CHANGES.txt | |
| parent | 60bc3075c005984969f60eb3b768ce7214135514 (diff) | |
| download | pyramid-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.txt | 4 |
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 ------------- |
