mirror of
https://github.com/encode/django-rest-framework.git
synced 2025-06-14 18:43:22 +03:00
Fix typo in docs (#6757)
This commit is contained in:
parent
a1921b1adb
commit
f76480a127
|
@ -283,7 +283,7 @@ The following third party packages are also available.
|
||||||
|
|
||||||
## DRF - Access Policy
|
## DRF - Access Policy
|
||||||
|
|
||||||
The [Django REST - Access Policy][drf-access-policy] package provides a way to define complex access rules in declaritive policy classes that are attached to view sets or function-based views. The policies are defined in JSON in a format similer to AWS' Identity & Access Management policies.
|
The [Django REST - Access Policy][drf-access-policy] package provides a way to define complex access rules in declaritive policy classes that are attached to view sets or function-based views. The policies are defined in JSON in a format similar to AWS' Identity & Access Management policies.
|
||||||
|
|
||||||
## Composed Permissions
|
## Composed Permissions
|
||||||
|
|
||||||
|
@ -324,4 +324,4 @@ The [Django Rest Framework Role Filters][django-rest-framework-role-filters] pac
|
||||||
[djangorestframework-api-key]: https://github.com/florimondmanca/djangorestframework-api-key
|
[djangorestframework-api-key]: https://github.com/florimondmanca/djangorestframework-api-key
|
||||||
[django-rest-framework-role-filters]: https://github.com/allisson/django-rest-framework-role-filters
|
[django-rest-framework-role-filters]: https://github.com/allisson/django-rest-framework-role-filters
|
||||||
[django-rest-framework-guardian]: https://github.com/rpkilby/django-rest-framework-guardian
|
[django-rest-framework-guardian]: https://github.com/rpkilby/django-rest-framework-guardian
|
||||||
[drf-access-policy]: https://github.com/rsinger86/drf-access-policy
|
[drf-access-policy]: https://github.com/rsinger86/drf-access-policy
|
||||||
|
|
Loading…
Reference in New Issue
Block a user