mirror of
https://github.com/encode/django-rest-framework.git
synced 2025-07-16 11:12:21 +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
|
raise _403_FORBIDDEN_RESPONSE
|
||||||
|
|
||||||
|
|
||||||
class DjangoModelPermission(BasePermission):
|
class DjangoModelPermissions(BasePermission):
|
||||||
"""
|
"""
|
||||||
The request is authenticated against the Django user's permissions on the
|
The request is authenticated against the Django user's permissions on the
|
||||||
`Resource`'s `Model`.
|
`Resource`'s `Model`.
|
||||||
|
|
Loading…
Reference in New Issue
Block a user