mirror of
https://github.com/encode/django-rest-framework.git
synced 2025-02-03 13:14:30 +03:00
Minor name change
This commit is contained in:
parent
88561a4ee2
commit
2c11fd68f8
|
@ -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`.
|
||||
|
|
Loading…
Reference in New Issue
Block a user