Update permissions.py

This commit is contained in:
Tom Christie 2022-07-01 09:59:43 +01:00 committed by GitHub
parent 6fd656babf
commit 0ceb84bf76
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -8,7 +8,7 @@ from django.utils import six
from rest_framework import exceptions
SAFE_METHODS = ('GET', 'HEAD','OPTIONS')
SAFE_METHODS = ('GET', 'HEAD', 'OPTIONS')
class OperationHolderMixin: