diff options
Diffstat (limited to 'docs/api/security.rst')
| -rw-r--r-- | docs/api/security.rst | 6 |
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 ------------- |
