diff options
| author | Michael Merickel <michael@merickel.org> | 2017-05-01 22:07:55 -0500 |
|---|---|---|
| committer | Michael Merickel <michael@merickel.org> | 2017-05-01 22:07:55 -0500 |
| commit | 2aebc688c6a81b1baef01791e1cf3c9907c7c3ee (patch) | |
| tree | b29910798fac019259b405e321bcb761ed9968c3 /docs | |
| parent | 7850884719c94c0721748b5458504cb8a9d242c8 (diff) | |
| download | pyramid-2aebc688c6a81b1baef01791e1cf3c9907c7c3ee.tar.gz pyramid-2aebc688c6a81b1baef01791e1cf3c9907c7c3ee.tar.bz2 pyramid-2aebc688c6a81b1baef01791e1cf3c9907c7c3ee.zip | |
line length fixes in whatsnew-1.9
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/whatsnew-1.9.rst | 11 |
1 files changed, 4 insertions, 7 deletions
diff --git a/docs/whatsnew-1.9.rst b/docs/whatsnew-1.9.rst index e57ed254d..5f9e0e011 100644 --- a/docs/whatsnew-1.9.rst +++ b/docs/whatsnew-1.9.rst @@ -38,18 +38,15 @@ Minor Feature Additions Deprecations ------------ -- Pyramid currently depends on ``plaster_pastedeploy`` to simplify the transition to ``plaster`` by maintaining integrated support for INI files. This dependency on ``plaster_pastedeploy`` should be considered subject to Pyramid's deprecation policy and is subject to removal in the future. Applications should depend on the appropriate plaster binding to satisfy their needs. +- Pyramid currently depends on ``plaster_pastedeploy`` to simplify the transition to ``plaster`` by maintaining integrated support for INI files. This dependency on ``plaster_pastedeploy`` should be considered subject to Pyramid's deprecation policy and may be removed in the future. Applications should depend on the appropriate plaster binding to satisfy their needs. - Retrieving CSRF token from the session has been deprecated in favor of equivalent methods in the :mod:`pyramid.csrf` module. The CSRF methods (``ISession.get_csrf_token`` and ``ISession.new_csrf_token``) are no longer required on the :class:`pyramid.interfaces.ISession` interface except when using the default :class:`pyramid.csrf.LegacySessionCSRFStoragePolicy`. - Also, ``pyramid.session.check_csrf_token`` is now located at - :func:`pyramid.csrf.check_csrf_token`. + Also, ``pyramid.session.check_csrf_token`` is now located at :func:`pyramid.csrf.check_csrf_token`. - See https://github.com/Pylons/pyramid/pull/2854 and - https://github.com/Pylons/pyramid/pull/3019 + See https://github.com/Pylons/pyramid/pull/2854 and https://github.com/Pylons/pyramid/pull/3019 Documentation Enhancements -------------------------- -- Added the :term:`execution policy` to the routing diagram in - :ref:`router_chapter`. See https://github.com/Pylons/pyramid/pull/2993 +- Added the :term:`execution policy` to the routing diagram in :ref:`router_chapter`. See https://github.com/Pylons/pyramid/pull/2993 |
