diff options
| author | Michael Merickel <michael@merickel.org> | 2013-09-28 02:56:50 -0500 |
|---|---|---|
| committer | Michael Merickel <michael@merickel.org> | 2013-09-28 02:56:50 -0500 |
| commit | 97f366094b3e31f43d6fe63bd16c86542b7e90e3 (patch) | |
| tree | 28310f2c3d26691514aeb6017019e070982883fd /CHANGES.txt | |
| parent | 9221e806f945bd746044740f3fc7f05aaa41b656 (diff) | |
| download | pyramid-97f366094b3e31f43d6fe63bd16c86542b7e90e3.tar.gz pyramid-97f366094b3e31f43d6fe63bd16c86542b7e90e3.tar.bz2 pyramid-97f366094b3e31f43d6fe63bd16c86542b7e90e3.zip | |
set custom request methods when doing a pview lookup
Diffstat (limited to 'CHANGES.txt')
| -rw-r--r-- | CHANGES.txt | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/CHANGES.txt b/CHANGES.txt index 8b2210a99..550dd0a39 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -6,6 +6,16 @@ Documentation - Added a "Quick Tutorial" to go with the Quick Tour +Bug Fixes +--------- + +- The ``pviews`` script did not work when a url required custom request + methods in order to perform traversal. Custom methods and descriptors added + via ``pyramid.config.Configurator.add_request_method`` will now be present, + allowing traversal to continue. + See https://github.com/Pylons/pyramid/issues/1104 + + 1.5a2 (2013-09-22) ================== |
