diff options
| author | Chris McDonough <chrism@plope.com> | 2012-09-16 03:25:17 -0400 |
|---|---|---|
| committer | Chris McDonough <chrism@plope.com> | 2012-09-16 03:25:17 -0400 |
| commit | 37d2c224b804dfebe9ee217c7a536364eacdee15 (patch) | |
| tree | 3a276b6e19299235d39db5e0e21c93c67eb0b76a /docs/api | |
| parent | 277b2af26871a4d84730b6d3e38fbaa2f4102823 (diff) | |
| download | pyramid-37d2c224b804dfebe9ee217c7a536364eacdee15.tar.gz pyramid-37d2c224b804dfebe9ee217c7a536364eacdee15.tar.bz2 pyramid-37d2c224b804dfebe9ee217c7a536364eacdee15.zip | |
docs and test
Diffstat (limited to 'docs/api')
| -rw-r--r-- | docs/api/request.rst | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/docs/api/request.rst b/docs/api/request.rst index 5e52cfd50..603807abe 100644 --- a/docs/api/request.rst +++ b/docs/api/request.rst @@ -163,6 +163,10 @@ .. method:: subrequest(request, use_tweens=False) + .. warning:: + + This API was added in Pyramid 1.4a1. + Obtain a response object from the Pyramid application based on information in the ``request`` object provided. The ``request`` object must be an object that implements the Pyramid request interface (such @@ -204,6 +208,8 @@ - Calls any :term:`finished callback` functions defined within the request's lifetime. + See also :ref:`subrequest_chapter`. + .. automethod:: add_response_callback .. automethod:: add_finished_callback |
