diff options
| author | Chris McDonough <chrism@plope.com> | 2013-08-30 11:48:56 -0400 |
|---|---|---|
| committer | Chris McDonough <chrism@plope.com> | 2013-08-30 11:48:56 -0400 |
| commit | 97ed56d766298ee042305ff8712df5f1fc3fbe3a (patch) | |
| tree | 95ec8a89ba91b3da0bad0af91b49ee53582501e3 /CHANGES.txt | |
| parent | 097b4915f490bad988333a69377944e0b64a65f5 (diff) | |
| download | pyramid-97ed56d766298ee042305ff8712df5f1fc3fbe3a.tar.gz pyramid-97ed56d766298ee042305ff8712df5f1fc3fbe3a.tar.bz2 pyramid-97ed56d766298ee042305ff8712df5f1fc3fbe3a.zip | |
allow exception view registrations for HTTPException to override default exception view; closes #985
Diffstat (limited to 'CHANGES.txt')
| -rw-r--r-- | CHANGES.txt | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/CHANGES.txt b/CHANGES.txt index d3d3f64ce..334785424 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -163,6 +163,11 @@ Features Bug Fixes --------- +- It was not possible to use ``pyramid.httpexceptions.HTTPException`` as + the ``context`` of an exception view as very general catchall for + http-related exceptions when you wanted that exception view to override the + default exception view. See https://github.com/Pylons/pyramid/issues/985 + - When the ``pyramid.reload_templates`` setting was true, and a Chameleon template was reloaded, and the renderer specification named a macro (e.g. ``foo#macroname.pt``), renderings of the template after the template |
