Merge pull request #2111 from matthewwithanm/perm-docs

Clarify how permission classes are composed
This commit is contained in:
Tom Christie 2014-11-21 21:43:22 +00:00
commit e6ecb494bb

View File

@ -74,7 +74,7 @@ Default:
#### DEFAULT_PERMISSION_CLASSES
A list or tuple of permission classes, that determines the default set of permissions checked at the start of a view.
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.
Default: