Skip to content

Commit e6ecb49

Browse files
committed
Merge pull request #2111 from matthewwithanm/perm-docs
Clarify how permission classes are composed
2 parents 5b671cb + 8e940a2 commit e6ecb49

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/api-guide/settings.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ Default:
7474

7575
#### DEFAULT_PERMISSION_CLASSES
7676

77-
A list or tuple of permission classes, that determines the default set of permissions checked at the start of a view.
77+
A list or tuple of permission classes, that determines the default set of permissions checked at the start of a view. Permission must be granted by every class in the list.
7878

7979
Default:
8080

0 commit comments

Comments
 (0)