diff options
| author | Michael Merickel <michael@merickel.org> | 2013-08-13 15:08:57 -0500 |
|---|---|---|
| committer | Michael Merickel <michael@merickel.org> | 2013-08-13 15:08:57 -0500 |
| commit | 8973ea4c1daf749022c4b103ab6e658557bae2fc (patch) | |
| tree | f1dcb25af7024e3ff5d6d42a9daa8b31f060a6fe /CHANGES.txt | |
| parent | 5ae91a8ef06c4484bf748c7be578b28d0ca0f12c (diff) | |
| parent | 6a4a3413756a94f5e7ebbe7720788f28ca280a72 (diff) | |
| download | pyramid-8973ea4c1daf749022c4b103ab6e658557bae2fc.tar.gz pyramid-8973ea4c1daf749022c4b103ab6e658557bae2fc.tar.bz2 pyramid-8973ea4c1daf749022c4b103ab6e658557bae2fc.zip | |
Merge branch 'fix-1040' of odontomachus/pyramid into pull/1081
Diffstat (limited to 'CHANGES.txt')
| -rw-r--r-- | CHANGES.txt | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/CHANGES.txt b/CHANGES.txt index e9533ab48..0479e3011 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -168,6 +168,17 @@ Bug Fixes - The ``alchemy`` scaffold would break when the database was MySQL during tables creation. See https://github.com/Pylons/pyramid/pull/1049 +- The ``current_route_url`` method now attaches the query string to the URL by + default. See + https://github.com/Pylons/pyramid/issues/1040 + +Backwards Incompatibilities +--------------------------- + +- Modified the ``current_route_url`` method in pyramid.Request. The method + previously returned the URL without the query string by default, it now does + attach the query string unless it is overriden. + 1.4 (2012-12-18) ================ |
