mirror of
https://github.com/encode/django-rest-framework.git
synced 2025-07-29 17:39:48 +03:00
update Views import
This commit is contained in:
parent
10a0b42b74
commit
b6fb5bb1bc
|
@ -9,7 +9,7 @@ from django.http.response import HttpResponseBase
|
|||
from django.utils.cache import cc_delim_re, patch_vary_headers
|
||||
from django.utils.encoding import smart_text
|
||||
from django.views.decorators.csrf import csrf_exempt
|
||||
from django.views.generic import View
|
||||
from django.views import View
|
||||
|
||||
from rest_framework import exceptions, status
|
||||
from rest_framework.request import Request
|
||||
|
|
Loading…
Reference in New Issue
Block a user