diff options
| author | Chris McDonough <chrism@plope.com> | 2012-09-16 22:32:26 -0400 |
|---|---|---|
| committer | Chris McDonough <chrism@plope.com> | 2012-09-16 22:32:26 -0400 |
| commit | db2a03786ec76f2c6b7eaebb6f1b7c8b844d8c82 (patch) | |
| tree | 83c5cbd86fbbb739a7ec497cd84667483af50707 /docs/api/request.rst | |
| parent | dace59817bea583145f6ecf0910712b527ef2d0b (diff) | |
| download | pyramid-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.rst | 5 |
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. |
