summaryrefslogtreecommitdiff
path: root/docs/api/request.rst
diff options
context:
space:
mode:
authorChris McDonough <chrism@plope.com>2012-09-16 22:32:26 -0400
committerChris McDonough <chrism@plope.com>2012-09-16 22:32:26 -0400
commitdb2a03786ec76f2c6b7eaebb6f1b7c8b844d8c82 (patch)
tree83c5cbd86fbbb739a7ec497cd84667483af50707 /docs/api/request.rst
parentdace59817bea583145f6ecf0910712b527ef2d0b (diff)
downloadpyramid-db2a03786ec76f2c6b7eaebb6f1b7c8b844d8c82.tar.gz
pyramid-db2a03786ec76f2c6b7eaebb6f1b7c8b844d8c82.tar.bz2
pyramid-db2a03786ec76f2c6b7eaebb6f1b7c8b844d8c82.zip
make use_tweens=False the default
Diffstat (limited to 'docs/api/request.rst')
-rw-r--r--docs/api/request.rst5
1 files changed, 4 insertions, 1 deletions
diff --git a/docs/api/request.rst b/docs/api/request.rst
index 8af81cdac..3a1439874 100644
--- a/docs/api/request.rst
+++ b/docs/api/request.rst
@@ -161,7 +161,7 @@
request, the value of this attribute will be ``None``. See
:ref:`matched_route`.
- .. method:: invoke_subrequest(request, use_tweens=True)
+ .. method:: invoke_subrequest(request, use_tweens=False)
.. warning::
@@ -198,6 +198,9 @@
- causes a :class:`~pyramid.event.ContextFound` event to be sent
when a context resource is found.
+ - Ensures that the user implied by the request passed has the necessary
+ authorization to invoke view callable before calling it.
+
- causes a :class:`~pyramid.event.NewResponse` event to be sent when
the Pyramid application returns a response.