mirror of
https://github.com/encode/django-rest-framework.git
synced 2024-11-11 04:07:39 +03:00
THe DRF Any Permission is not maintained anymore
This commit is contained in:
parent
ab7cb44bc5
commit
2bfef08d3a
|
@ -235,7 +235,7 @@ The following third party packages are also available.
|
||||||
|
|
||||||
## DRF Any Permissions
|
## DRF Any Permissions
|
||||||
|
|
||||||
The [DRF Any Permissions][drf-any-permissions] packages provides a different permission behavior in contrast to REST framework. Instead of all specified permissions being required, only one of the given permissions has to be true in order to get access to the view.
|
The [DRF Any Permissions][drf-any-permissions] package is not maintained anymore, the author recommends REST Condition.
|
||||||
|
|
||||||
## Composed Permissions
|
## Composed Permissions
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user