mirror of
https://github.com/encode/django-rest-framework.git
synced 2025-03-03 19:00:17 +03:00
Doc typo
This commit is contained in:
parent
b951c74df2
commit
56c09cc1f2
|
@ -104,7 +104,7 @@ This permission is suitable if you want your API to only be accessible to regist
|
||||||
|
|
||||||
The `IsAdminUser` permission class will deny permission to any user, unless `user.is_staff` is `True` in which case permission will be allowed.
|
The `IsAdminUser` permission class will deny permission to any user, unless `user.is_staff` is `True` in which case permission will be allowed.
|
||||||
|
|
||||||
This permission is suitable is you want your API to only be accessible to a subset of trusted administrators.
|
This permission is suitable if you want your API to only be accessible to a subset of trusted administrators.
|
||||||
|
|
||||||
## IsAuthenticatedOrReadOnly
|
## IsAuthenticatedOrReadOnly
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user