diff options
| author | Michael Merickel <michael@merickel.org> | 2012-08-16 02:28:43 -0500 |
|---|---|---|
| committer | Michael Merickel <michael@merickel.org> | 2012-08-16 02:28:43 -0500 |
| commit | 2c25342383eed7b10e349b2396eed08d332cfb80 (patch) | |
| tree | 32a6d3df47e1a9453412c6032e6c3b0fa2ab98a6 /docs | |
| parent | 7e13f5bd32cf3df99f8b4d3993cb99023021477c (diff) | |
| download | pyramid-2c25342383eed7b10e349b2396eed08d332cfb80.tar.gz pyramid-2c25342383eed7b10e349b2396eed08d332cfb80.tar.bz2 pyramid-2c25342383eed7b10e349b2396eed08d332cfb80.zip | |
docs-deprecated set_request_property
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/api/config.rst | 4 | ||||
| -rw-r--r-- | docs/narr/advconfig.rst | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/docs/api/config.rst b/docs/api/config.rst index 1b887988a..8dbe6de91 100644 --- a/docs/api/config.rst +++ b/docs/api/config.rst @@ -38,9 +38,9 @@ .. automethod:: set_default_permission .. automethod:: add_permission - :methodcategory:`Setting Request Properties` + :methodcategory:`Extending the Request Object` - .. automethod:: set_request_property + .. automethod:: set_request_method :methodcategory:`Using I18N` diff --git a/docs/narr/advconfig.rst b/docs/narr/advconfig.rst index 2949dc808..0ad2fdc95 100644 --- a/docs/narr/advconfig.rst +++ b/docs/narr/advconfig.rst @@ -296,7 +296,7 @@ These are the methods of the configurator which provide conflict detection: :meth:`~pyramid.config.Configurator.add_renderer`, :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_request_method`, :meth:`~pyramid.config.Configurator.set_root_factory`, :meth:`~pyramid.config.Configurator.set_view_mapper`, :meth:`~pyramid.config.Configurator.set_authentication_policy`, |
