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: