mirror of
https://github.com/encode/django-rest-framework.git
synced 2024-11-22 17:47:04 +03:00
Clarify how permission classes are composed
all/every/AND or any/OR? all/every/AND!
This commit is contained in:
parent
5b671cb515
commit
8e940a22fb
|
@ -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:
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user