mirror of
https://github.com/encode/django-rest-framework.git
synced 2025-07-27 08:29:59 +03:00
Update permissions.py
This commit is contained in:
parent
6fd656babf
commit
0ceb84bf76
|
@ -8,7 +8,7 @@ from django.utils import six
|
||||||
|
|
||||||
from rest_framework import exceptions
|
from rest_framework import exceptions
|
||||||
|
|
||||||
SAFE_METHODS = ('GET', 'HEAD','OPTIONS')
|
SAFE_METHODS = ('GET', 'HEAD', 'OPTIONS')
|
||||||
|
|
||||||
|
|
||||||
class OperationHolderMixin:
|
class OperationHolderMixin:
|
||||||
|
|
Loading…
Reference in New Issue
Block a user