diff options
| author | Michael Merickel <michael@merickel.org> | 2017-06-19 21:43:03 -0500 |
|---|---|---|
| committer | Michael Merickel <michael@merickel.org> | 2017-06-19 21:43:03 -0500 |
| commit | 53cfb8383593288f5114c1a31a6253987e9233bd (patch) | |
| tree | 4f9aeb32ed3cf606279a477c1ecf5a0e7a9cf06e /docs | |
| parent | 5aa1afbb216a800a420ffa6121a54b4ea194482b (diff) | |
| download | pyramid-53cfb8383593288f5114c1a31a6253987e9233bd.tar.gz pyramid-53cfb8383593288f5114c1a31a6253987e9233bd.tar.bz2 pyramid-53cfb8383593288f5114c1a31a6253987e9233bd.zip | |
update the whatsnew-1.9 with changes from #3034
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/whatsnew-1.9.rst | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/whatsnew-1.9.rst b/docs/whatsnew-1.9.rst index 9e9c1614d..3c2e75d5c 100644 --- a/docs/whatsnew-1.9.rst +++ b/docs/whatsnew-1.9.rst @@ -43,6 +43,8 @@ Minor Feature Additions - Add a ``quote_via`` argument to :func:`pyramid.encode.urlencode` to follow the stdlib's version and enable custom quoting functions. See https://github.com/Pylons/pyramid/pull/3088 +- Support `_query=None` and `_anchor=None` in :meth:`pyramid.request.Request.route_url` as well as ``query=None`` and ``anchor=None`` in :meth:`pyramid.request.Request.resource_url`. Previously this would cause an `?` and a `#`, respectively, in the url with nothing after it. Now the unnecessary parts are dropped from the generated URL. See https://github.com/Pylons/pyramid/pull/3034 + Deprecations ------------ |
