summaryrefslogtreecommitdiff
path: root/CHANGES.rst
diff options
context:
space:
mode:
authorMichael Merickel <michael@merickel.org>2019-10-17 19:25:37 -0500
committerGitHub <noreply@github.com>2019-10-17 19:25:37 -0500
commit2153b4b878d77aa0cb5b79805dd185d133c26451 (patch)
tree51c0724f4633027ed53fb208a9a7af962bc8c153 /CHANGES.rst
parent4ec5d21033fbf27b4128feeef8627a7401c71951 (diff)
parentc67cc8722e3b26b729c3fed75db51395b56ac8a0 (diff)
downloadpyramid-2153b4b878d77aa0cb5b79805dd185d133c26451.tar.gz
pyramid-2153b4b878d77aa0cb5b79805dd185d133c26451.tar.bz2
pyramid-2153b4b878d77aa0cb5b79805dd185d133c26451.zip
Merge pull request #3521 from mmerickel/remove-check-csrf-predicate
remove check_csrf view predicate
Diffstat (limited to 'CHANGES.rst')
-rw-r--r--CHANGES.rst5
1 files changed, 5 insertions, 0 deletions
diff --git a/CHANGES.rst b/CHANGES.rst
index e2d5dbbac..0cf66d16f 100644
--- a/CHANGES.rst
+++ b/CHANGES.rst
@@ -120,6 +120,11 @@ Backward Incompatibilities
cases and is largely backward compatible.
See https://github.com/Pylons/pyramid/pull/3514
+- Removed the ``check_csrf`` predicate. Instead, use
+ ``pyramid.config.Configurator.set_default_csrf_options`` and the
+ ``require_csrf`` view option to enable automatic CSRF checking.
+ See https://github.com/Pylons/pyramid/pull/3521
+
Documentation Changes
---------------------