Commit 1f6fd924 by Tom Christie

Merge pull request #2277 from NullSoldier/doc-fix

Documentation typo
parents d75b48dc 56c09cc1
...@@ -104,7 +104,7 @@ This permission is suitable if you want your API to only be accessible to regist ...@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment