diff --git a/djangorestframework/permissions.py b/djangorestframework/permissions.py index 7c61251de..d47ba3dc9 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`.