aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--djangorestframework/permissions.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/djangorestframework/permissions.py b/djangorestframework/permissions.py
index 7c61251d..d47ba3dc 100644
--- a/djangorestframework/permissions.py
+++ b/djangorestframework/permissions.py
@@ -89,7 +89,7 @@ class IsUserOrIsAnonReadOnly(BasePermission):
raise _403_FORBIDDEN_RESPONSE
-class DjangoModelPermission(BasePermission):
+class DjangoModelPermissions(BasePermission):
"""
The request is authenticated against the Django user's permissions on the
`Resource`'s `Model`.