From 355ed0f0063d37cddfc3d315c7a32cb9e9a2987c Mon Sep 17 00:00:00 2001 From: Chris McDonough Date: Sun, 16 Sep 2012 03:56:42 -0400 Subject: pointer --- docs/whatsnew-1.4.rst | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'docs/whatsnew-1.4.rst') diff --git a/docs/whatsnew-1.4.rst b/docs/whatsnew-1.4.rst index 8e333bf5d..f57178db1 100644 --- a/docs/whatsnew-1.4.rst +++ b/docs/whatsnew-1.4.rst @@ -71,7 +71,8 @@ Subrequest Support - Developers may invoke a subrequest by using the :meth:`pyramid.request.Request.invoke_subrequest` API. This allows a developer to obtain a response from one view callable by issuing a subrequest - from within a different view callable. + from within a different view callable. See :ref:`subrequest_chapter` for + more information. Minor Feature Additions ----------------------- -- cgit v1.2.3