diff options
| author | Chris McDonough <chrism@plope.com> | 2011-06-26 21:00:57 -0400 |
|---|---|---|
| committer | Chris McDonough <chrism@plope.com> | 2011-06-26 21:00:57 -0400 |
| commit | 9395f0747ab5cee6b97674251c586dd662d0dd6d (patch) | |
| tree | b544ea409de2faf59e4a6504e174b0081931a3e0 /CHANGES.txt | |
| parent | a5ad9e9407bdd41681f4cd3b17b884e16681ebe5 (diff) | |
| download | pyramid-9395f0747ab5cee6b97674251c586dd662d0dd6d.tar.gz pyramid-9395f0747ab5cee6b97674251c586dd662d0dd6d.tar.bz2 pyramid-9395f0747ab5cee6b97674251c586dd662d0dd6d.zip | |
- ``pyramid.testing.DummyRequest`` now raises deprecation warnings when
attributes deprecated for ``pyramid.request.Request`` are accessed (like
``response_content_type``). This is for the benefit of folks running unit
tests which use DummyRequest instead of a "real" request, so they know
things are deprecated without necessarily needing a functional test suite.
Diffstat (limited to 'CHANGES.txt')
| -rw-r--r-- | CHANGES.txt | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/CHANGES.txt b/CHANGES.txt index d25b1be66..1f0549895 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -1,3 +1,15 @@ +Next release +============ + +Bug Fixes +--------- + +- ``pyramid.testing.DummyRequest`` now raises deprecation warnings when + attributes deprecated for ``pyramid.request.Request`` are accessed (like + ``response_content_type``). This is for the benefit of folks running unit + tests which use DummyRequest instead of a "real" request, so they know + things are deprecated without necessarily needing a functional test suite. + 1.1a3 (2011-06-26) ================== |
