Clarify how permission classes are composed

all/every/AND or any/OR? all/every/AND!
This commit is contained in:
Matthew Dapena-Tretter 2014-11-21 15:58:31 -05:00
parent 5b671cb515
commit 8e940a22fb

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: