summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
Diffstat (limited to 'docs')
-rw-r--r--docs/topics/auth/default.txt3
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/topics/auth/default.txt b/docs/topics/auth/default.txt
index 3699554e29..0ff763e064 100644
--- a/docs/topics/auth/default.txt
+++ b/docs/topics/auth/default.txt
@@ -595,7 +595,8 @@ The permission_required decorator
.. versionchanged:: 1.7
The :func:`~django.contrib.auth.decorators.permission_required`
- decorator can take a list of permissions as well as a single permission.
+ decorator can take a list of permissions, in which case the user must
+ have all of the permissions in order to access the view.
.. _applying-permissions-to-generic-views: