summaryrefslogtreecommitdiff
path: root/docs/api
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/api
parenta3c9a003ff05fa3ce10f6912e6828194262c7b6c (diff)
downloadpyramid-1f307db52785634d6667fde8de0273d5e0612310.tar.gz
pyramid-1f307db52785634d6667fde8de0273d5e0612310.tar.bz2
pyramid-1f307db52785634d6667fde8de0273d5e0612310.zip
remove deprecated set_request_property
Diffstat (limited to 'docs/api')
-rw-r--r--docs/api/config.rst1
-rw-r--r--docs/api/request.rst3
2 files changed, 1 insertions, 3 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