summaryrefslogtreecommitdiff
path: root/docs/narr
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
parenta3c9a003ff05fa3ce10f6912e6828194262c7b6c (diff)
downloadpyramid-1f307db52785634d6667fde8de0273d5e0612310.tar.gz
pyramid-1f307db52785634d6667fde8de0273d5e0612310.tar.bz2
pyramid-1f307db52785634d6667fde8de0273d5e0612310.zip
remove deprecated set_request_property
Diffstat (limited to 'docs/narr')
-rw-r--r--docs/narr/advconfig.rst1
-rw-r--r--docs/narr/subrequest.rst3
2 files changed, 1 insertions, 3 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`,
diff --git a/docs/narr/subrequest.rst b/docs/narr/subrequest.rst
index 9094c7d83..03f372446 100644
--- a/docs/narr/subrequest.rst
+++ b/docs/narr/subrequest.rst
@@ -232,8 +232,7 @@ unconditionally does the following:
callable) to the request object to which it is handed.
- It sets request extensions (such as those added via
- :meth:`~pyramid.config.Configurator.add_request_method` or
- :meth:`~pyramid.config.Configurator.set_request_property`) on the subrequest
+ :meth:`~pyramid.config.Configurator.add_request_method`) on the subrequest
object passed as ``request``.
- It causes a :class:`~pyramid.events.NewRequest` event to be sent at the