summaryrefslogtreecommitdiff
path: root/docs/whatsnew-1.9.rst
diff options
context:
space:
mode:
authorMichael Merickel <michael@merickel.org>2017-05-01 22:07:55 -0500
committerMichael Merickel <michael@merickel.org>2017-05-01 22:07:55 -0500
commit2aebc688c6a81b1baef01791e1cf3c9907c7c3ee (patch)
treeb29910798fac019259b405e321bcb761ed9968c3 /docs/whatsnew-1.9.rst
parent7850884719c94c0721748b5458504cb8a9d242c8 (diff)
downloadpyramid-2aebc688c6a81b1baef01791e1cf3c9907c7c3ee.tar.gz
pyramid-2aebc688c6a81b1baef01791e1cf3c9907c7c3ee.tar.bz2
pyramid-2aebc688c6a81b1baef01791e1cf3c9907c7c3ee.zip
line length fixes in whatsnew-1.9
Diffstat (limited to 'docs/whatsnew-1.9.rst')
-rw-r--r--docs/whatsnew-1.9.rst11
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