summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorMichael Merickel <github@m.merickel.org>2018-10-03 20:25:59 -0500
committerGitHub <noreply@github.com>2018-10-03 20:25:59 -0500
commit35b2e933813ea596262f15d3672b5ab5e4a13c04 (patch)
tree66617f1d590daab3c340a6d9c40ed216d60db798 /docs
parenta3c9a003ff05fa3ce10f6912e6828194262c7b6c (diff)
parent1f307db52785634d6667fde8de0273d5e0612310 (diff)
downloadpyramid-35b2e933813ea596262f15d3672b5ab5e4a13c04.tar.gz
pyramid-35b2e933813ea596262f15d3672b5ab5e4a13c04.tar.bz2
pyramid-35b2e933813ea596262f15d3672b5ab5e4a13c04.zip
Merge pull request #3368 from mmerickel/remove-set-request-property
remove deprecated set_request_property
Diffstat (limited to 'docs')
-rw-r--r--docs/api/config.rst1
-rw-r--r--docs/api/request.rst3
-rw-r--r--docs/narr/advconfig.rst1
-rw-r--r--docs/narr/subrequest.rst3
4 files changed, 2 insertions, 6 deletions
diff --git a/docs/api/config.rst b/docs/api/config.rst
index a785b64ad..b2cd53a68 100644
--- a/docs/api/config.rst
+++ b/docs/api/config.rst
@@ -44,7 +44,6 @@
:methodcategory:`Extending the Request Object`
.. automethod:: add_request_method
- .. automethod:: set_request_property
:methodcategory:`Using I18N`
diff --git a/docs/api/request.rst b/docs/api/request.rst
index b5700f4ab..0c169adaf 100644
--- a/docs/api/request.rst
+++ b/docs/api/request.rst
@@ -228,8 +228,7 @@
handed.
- 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
+ :meth:`~pyramid.config.Configurator.add_request_method`) on the
request it's passed.
- causes a :class:`~pyramid.events.NewRequest` event to be sent at the
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