summaryrefslogtreecommitdiff
path: root/docs/narr/advconfig.rst
diff options
context:
space:
mode:
authorMichael Merickel <michael@merickel.org>2018-10-03 20:13:34 -0500
committerMichael Merickel <michael@merickel.org>2018-10-03 20:16:26 -0500
commit1f307db52785634d6667fde8de0273d5e0612310 (patch)
tree66617f1d590daab3c340a6d9c40ed216d60db798 /docs/narr/advconfig.rst
parenta3c9a003ff05fa3ce10f6912e6828194262c7b6c (diff)
downloadpyramid-1f307db52785634d6667fde8de0273d5e0612310.tar.gz
pyramid-1f307db52785634d6667fde8de0273d5e0612310.tar.bz2
pyramid-1f307db52785634d6667fde8de0273d5e0612310.zip
remove deprecated set_request_property
Diffstat (limited to 'docs/narr/advconfig.rst')
-rw-r--r--docs/narr/advconfig.rst1
1 files changed, 0 insertions, 1 deletions
diff --git a/docs/narr/advconfig.rst b/docs/narr/advconfig.rst
index 880e538f1..322741648 100644
--- a/docs/narr/advconfig.rst
+++ b/docs/narr/advconfig.rst
@@ -299,7 +299,6 @@ These are the methods of the configurator which provide conflict detection:
:meth:`~pyramid.config.Configurator.add_request_method`,
:meth:`~pyramid.config.Configurator.set_request_factory`,
:meth:`~pyramid.config.Configurator.set_session_factory`,
-:meth:`~pyramid.config.Configurator.set_request_property`,
:meth:`~pyramid.config.Configurator.set_root_factory`,
:meth:`~pyramid.config.Configurator.set_view_mapper`,
:meth:`~pyramid.config.Configurator.set_authentication_policy`,