summaryrefslogtreecommitdiff
path: root/docs/narr/extconfig.rst
diff options
context:
space:
mode:
authorMichael Merickel <mmerickel@users.noreply.github.com>2016-04-19 20:16:02 -0500
committerMichael Merickel <mmerickel@users.noreply.github.com>2016-04-19 20:16:02 -0500
commitfe463dd89c4a4ecc7935059820dae569a0e37900 (patch)
treea36ce9be865bf0d376f9388318a75d8e2c1b4b39 /docs/narr/extconfig.rst
parent6c16fb020027fac47e4d2e335cd9e264dba8aa3b (diff)
parentde3d0c784198796285ddc4c80e45b8082ecab9e2 (diff)
downloadpyramid-fe463dd89c4a4ecc7935059820dae569a0e37900.tar.gz
pyramid-fe463dd89c4a4ecc7935059820dae569a0e37900.tar.bz2
pyramid-fe463dd89c4a4ecc7935059820dae569a0e37900.zip
Merge pull request #2518 from mmerickel/feature/set-default-csrf-options
replace pyramid.require_default_csrf setting with config.set_default_csrf_options
Diffstat (limited to 'docs/narr/extconfig.rst')
-rw-r--r--docs/narr/extconfig.rst1
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/narr/extconfig.rst b/docs/narr/extconfig.rst
index af7d0a349..babfa0a98 100644
--- a/docs/narr/extconfig.rst
+++ b/docs/narr/extconfig.rst
@@ -261,6 +261,7 @@ Pre-defined Phases
- :meth:`pyramid.config.Configurator.add_view_predicate`
- :meth:`pyramid.config.Configurator.add_view_deriver`
- :meth:`pyramid.config.Configurator.set_authorization_policy`
+- :meth:`pyramid.config.Configurator.set_default_csrf_options`
- :meth:`pyramid.config.Configurator.set_default_permission`
- :meth:`pyramid.config.Configurator.set_view_mapper`