mirror of
https://github.com/encode/django-rest-framework.git
synced 2025-06-14 18:43:22 +03:00
Fix typo
This commit is contained in:
parent
294d957361
commit
e612103991
|
@ -196,7 +196,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 the REST framework. Only one of the given permissions have to be true in order to get access to the view.
|
The [DRF Any Permissions][drf-any-permissions] packages provides a different permission behavior in contrast to the REST framework. Only one of the given permissions has to be true in order to get access to the view.
|
||||||
|
|
||||||
[cite]: https://developer.apple.com/library/mac/#documentation/security/Conceptual/AuthenticationAndAuthorizationGuide/Authorization/Authorization.html
|
[cite]: https://developer.apple.com/library/mac/#documentation/security/Conceptual/AuthenticationAndAuthorizationGuide/Authorization/Authorization.html
|
||||||
[authentication]: authentication.md
|
[authentication]: authentication.md
|
||||||
|
|
Loading…
Reference in New Issue
Block a user