Commit 2c11fd68 by Tom Christie

Minor name change

parent 88561a4e
......@@ -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`.
......
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