diff options
| author | Paul Everitt <paul@agendaless.com> | 2013-08-13 16:39:56 -0400 |
|---|---|---|
| committer | Paul Everitt <paul@agendaless.com> | 2013-08-13 16:39:56 -0400 |
| commit | fef73e0cb80ec71b7cccc96e1adcee6ffc26bce8 (patch) | |
| tree | 51be51552313df4e197d841c94d84b5e1d7e8694 /docs | |
| parent | 0dfacfa09dcf62e5a41c3762e7f9b5d1467b54e6 (diff) | |
| parent | a54d7d6f33904e925da27e74d34039f56b7b68e1 (diff) | |
| download | pyramid-fef73e0cb80ec71b7cccc96e1adcee6ffc26bce8.tar.gz pyramid-fef73e0cb80ec71b7cccc96e1adcee6ffc26bce8.tar.bz2 pyramid-fef73e0cb80ec71b7cccc96e1adcee6ffc26bce8.zip | |
Merge branch 'master' of github.com:Pylons/pyramid
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/whatsnew-1.5.rst | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/docs/whatsnew-1.5.rst b/docs/whatsnew-1.5.rst index b987fa77f..445eb84ae 100644 --- a/docs/whatsnew-1.5.rst +++ b/docs/whatsnew-1.5.rst @@ -123,8 +123,8 @@ The feature additions in Pyramid 1.5 follow. :func:`pyramid.paster.get_appsettings`. This also allowed the generated ``initialize_db`` script from the ``alchemy`` scaffold to grow support for options in the form ``a=1 b=2`` so you can fill in values in a parameterized - ``.ini`` file, e.g. ``initialize_myapp_db etc/development.ini a=1 b=2``. See - https://github.com/Pylons/pyramid/pull/911 + ``.ini`` file, e.g. ``initialize_myapp_db etc/development.ini a=1 b=2``. + See https://github.com/Pylons/pyramid/pull/911 - The ``request.session.check_csrf_token()`` method and the ``check_csrf`` view predicate now take into account the value of the HTTP header named @@ -134,7 +134,10 @@ The feature additions in Pyramid 1.5 follow. Backwards Incompatibilities --------------------------- -This release has no known backwards incompatibilities with Pyramid 1.4.X. +- 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. + Deprecations ------------ |
