Commit ba1e3b46 by Tom Christie

Fix typo.

parent 1ec165f3
...@@ -103,7 +103,7 @@ class DjangoModelPermissions(BasePermission): ...@@ -103,7 +103,7 @@ class DjangoModelPermissions(BasePermission):
# Map methods into required permission codes. # Map methods into required permission codes.
# Override this if you need to also provide 'read' permissions, # Override this if you need to also provide 'read' permissions,
# or if you want to provide custom permisson codes. # or if you want to provide custom permission codes.
perms_map = { perms_map = {
'GET': [], 'GET': [],
'OPTIONS': [], 'OPTIONS': [],
......
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