summaryrefslogtreecommitdiff
path: root/docs/api
diff options
context:
space:
mode:
authorMichael Merickel <michael@merickel.org>2016-03-14 13:24:18 -0500
committerMichael Merickel <michael@merickel.org>2016-03-14 13:24:18 -0500
commit375250d4d93fa8d9a7ce9d8887b969a5b430b62e (patch)
tree2fe883c77b775c1a71c2d75aac9face65356bcec /docs/api
parentbcdad20f22cdfdc3a697b8731847db35241d59e4 (diff)
parentbc092500e047d14a8ca1a97f1abc00a5678748fd (diff)
downloadpyramid-375250d4d93fa8d9a7ce9d8887b969a5b430b62e.tar.gz
pyramid-375250d4d93fa8d9a7ce9d8887b969a5b430b62e.tar.bz2
pyramid-375250d4d93fa8d9a7ce9d8887b969a5b430b62e.zip
Merge pull request #2393 from Pylons/feature.invoke_exception_view
request.invoke exception view
Diffstat (limited to 'docs/api')
-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 105ffb5a7..52bf50078 100644
--- a/docs/api/request.rst
+++ b/docs/api/request.rst
@@ -13,7 +13,8 @@
current_route_path, static_url, static_path,
model_url, resource_url, resource_path, set_property,
effective_principals, authenticated_userid,
- unauthenticated_userid, has_permission
+ unauthenticated_userid, has_permission,
+ invoke_exception_view
.. attribute:: context
@@ -259,6 +260,8 @@
See also :ref:`subrequest_chapter`.
+ .. automethod:: invoke_exception_view
+
.. automethod:: has_permission
.. automethod:: add_response_callback