summaryrefslogtreecommitdiff
path: root/docs/api/request.rst
diff options
context:
space:
mode:
authorMichael Merickel <michael@merickel.org>2016-03-03 20:14:09 -0600
committerMichael Merickel <michael@merickel.org>2016-03-03 20:16:14 -0600
commitbc092500e047d14a8ca1a97f1abc00a5678748fd (patch)
tree8653f01a2acb1eaf53a4e7951899645b00a241c2 /docs/api/request.rst
parentd5225795b3b98b8ef746ba5f9a807eb701d099bb (diff)
downloadpyramid-bc092500e047d14a8ca1a97f1abc00a5678748fd.tar.gz
pyramid-bc092500e047d14a8ca1a97f1abc00a5678748fd.tar.bz2
pyramid-bc092500e047d14a8ca1a97f1abc00a5678748fd.zip
link invoke_exception_view to api docs
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 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