diff options
| author | Stephan Groß | 2012-10-29 09:23:25 +0100 |
|---|---|---|
| committer | Stephan Groß | 2012-10-29 09:23:25 +0100 |
| commit | 73cf859e26608e1310c07df789553fa2b6cd1f8b (patch) | |
| tree | 7e9ec338a52e6095db746566a1c70a9feed772fd /docs/api-guide/permissions.md | |
| parent | 741b387f35a3f5daa98424d29fea4325898b7ff6 (diff) | |
| download | django-rest-framework-73cf859e26608e1310c07df789553fa2b6cd1f8b.tar.bz2 | |
add missing whitespace
Diffstat (limited to 'docs/api-guide/permissions.md')
| -rw-r--r-- | docs/api-guide/permissions.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/api-guide/permissions.md b/docs/api-guide/permissions.md index d43b7bed..1a746fb6 100644 --- a/docs/api-guide/permissions.md +++ b/docs/api-guide/permissions.md @@ -78,7 +78,7 @@ This permission is suitable if you want your API to only be accessible to regist ## IsAdminUser -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. |
