diff options
| author | Chris McDonough <chrism@plope.com> | 2011-04-19 01:16:03 -0400 |
|---|---|---|
| committer | Chris McDonough <chrism@plope.com> | 2011-04-19 01:16:03 -0400 |
| commit | d3d17a21236ab0f3f1de52bd6bbde3eb3f045643 (patch) | |
| tree | ee14b5b63bd4b46414f57fc3886ac608f28b204c /docs/api | |
| parent | 6717ccbcd7f481e2a15c4ba318ccf6d63a1b7649 (diff) | |
| download | pyramid-d3d17a21236ab0f3f1de52bd6bbde3eb3f045643.tar.gz pyramid-d3d17a21236ab0f3f1de52bd6bbde3eb3f045643.tar.bz2 pyramid-d3d17a21236ab0f3f1de52bd6bbde3eb3f045643.zip | |
rendering
Diffstat (limited to 'docs/api')
| -rw-r--r-- | docs/api/request.rst | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/api/request.rst b/docs/api/request.rst index 91bf0b858..639d0fcd8 100644 --- a/docs/api/request.rst +++ b/docs/api/request.rst @@ -165,9 +165,9 @@ .. warning:: As of Pyramid 1.1, assignment to ``response_*`` attrs are deprecated. Assigning to one will cause a deprecation warning to be emitted. Instead of assigning ``response_*`` attributes to the - request, use the API of the :class:`pyramid.response.Response` - object exposed as ``request.response`` to influence response - behavior. + request, use API of the the :attr:`pyramid.request.Request.response` + object (exposed to view code as ``request.response``) to influence + response behavior. You can set attributes on a :class:`pyramid.request.Request` which will influence the behavor of *rendered* responses (views which use a |
