summaryrefslogtreecommitdiff
path: root/docs/api
diff options
context:
space:
mode:
Diffstat (limited to 'docs/api')
-rw-r--r--docs/api/request.rst6
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