summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorChris McDonough <chrism@plope.com>2012-08-16 11:25:23 -0400
committerChris McDonough <chrism@plope.com>2012-08-16 11:25:23 -0400
commit9cdb28614e558a886cb75d1d9ce9689621199722 (patch)
tree41b16cd29290db03aa097dd7febfdb66bfa62812 /docs
parent14f69c57c4d83355e769db46692cfb36e87a4f70 (diff)
downloadpyramid-9cdb28614e558a886cb75d1d9ce9689621199722.tar.gz
pyramid-9cdb28614e558a886cb75d1d9ce9689621199722.tar.bz2
pyramid-9cdb28614e558a886cb75d1d9ce9689621199722.zip
readd set_request_property to docs (just so when people run across it in in-the-wild code they're not totally confused); we'll remove it later
Diffstat (limited to 'docs')
-rw-r--r--docs/api/config.rst1
-rw-r--r--docs/narr/advconfig.rst1
2 files changed, 2 insertions, 0 deletions
diff --git a/docs/api/config.rst b/docs/api/config.rst
index 8dbe6de91..028a55d4b 100644
--- a/docs/api/config.rst
+++ b/docs/api/config.rst
@@ -41,6 +41,7 @@
:methodcategory:`Extending the Request Object`
.. automethod:: set_request_method
+ .. automethod:: set_request_property
:methodcategory:`Using I18N`
diff --git a/docs/narr/advconfig.rst b/docs/narr/advconfig.rst
index 0ad2fdc95..b1ea652d6 100644
--- a/docs/narr/advconfig.rst
+++ b/docs/narr/advconfig.rst
@@ -297,6 +297,7 @@ These are the methods of the configurator which provide conflict detection:
:meth:`~pyramid.config.Configurator.set_request_factory`,
:meth:`~pyramid.config.Configurator.set_session_factory`,
:meth:`~pyramid.config.Configurator.set_request_method`,
+: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`,