summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris McDonough <chrism@plope.com>2011-09-12 16:05:17 -0400
committerChris McDonough <chrism@plope.com>2011-09-12 16:05:17 -0400
commita5e9e7d8e102bf5097675538d460768e3aa201cb (patch)
treef99cbdbcc7a800833fb6e79e1e0f8f2d4e63daf8
parent649ddf33537cd2a3ea2b1efc140cc74a16a81b10 (diff)
parent2be9c2f40e4c100e0c8e20aefb980320cfa1dfbb (diff)
downloadpyramid-a5e9e7d8e102bf5097675538d460768e3aa201cb.tar.gz
pyramid-a5e9e7d8e102bf5097675538d460768e3aa201cb.tar.bz2
pyramid-a5e9e7d8e102bf5097675538d460768e3aa201cb.zip
Merge branch 'master' of github.com:Pylons/pyramid
-rw-r--r--docs/api/security.rst6
1 files changed, 6 insertions, 0 deletions
diff --git a/docs/api/security.rst b/docs/api/security.rst
index 8cd9e5dae..7086690e9 100644
--- a/docs/api/security.rst
+++ b/docs/api/security.rst
@@ -59,6 +59,12 @@ Constants
.. attribute:: NO_PERMISSION_REQUIRED
+ A special permission which indicates that the view should always
+ be executable by entirely anonymous users, regardless of the
+ default permission, bypassing any :term:`authorization policy`
+ that may be in effect. Its actual value is the string
+ '__no_permission_required__'.
+
Return Values
-------------