diff options
| author | Tom Christie | 2013-04-27 16:35:42 +0200 |
|---|---|---|
| committer | Tom Christie | 2013-04-27 16:35:42 +0200 |
| commit | 33a26a76f1e8e1bde715711cca3acfd3992d07db (patch) | |
| tree | e1873758f3c5a35f624808c39a42ded339c94b6b /docs/api-guide/permissions.md | |
| parent | 73019f91fe55f2ac16ce179917f686bf1a931597 (diff) | |
| download | django-rest-framework-33a26a76f1e8e1bde715711cca3acfd3992d07db.tar.bz2 | |
Typo
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 a7de77fc..0c82b2a3 100644 --- a/docs/api-guide/permissions.md +++ b/docs/api-guide/permissions.md @@ -26,7 +26,7 @@ As with view level permissions, an `exceptions.PermissionDenied` exception will If you're writing your own views and want to enforce object level permissions, you'll need to explicitly call the `.check_object_permissions(request, obj)` method on the view at the point at which you've retrieved the object. -This will either raise a `PermissionDenied` or `NotAuthenticated` exception, or simply return if the view has the appropraite permissions. +This will either raise a `PermissionDenied` or `NotAuthenticated` exception, or simply return if the view has the appropriate permissions. ## Setting the permission policy |
