mirror of
https://github.com/encode/django-rest-framework.git
synced 2025-08-02 03:20:12 +03:00
Import spec-compliant json
This commit is contained in:
parent
4b274130c7
commit
f35a867ee3
|
@ -4,8 +4,8 @@ from rest_framework.compat import coreapi, coreschema
|
|||
from rest_framework.renderers import CoreJSONRenderer, JSONRenderer
|
||||
from rest_framework.schemas.generators import OpenAPISchemaGenerator
|
||||
from rest_framework.settings import api_settings
|
||||
from rest_framework.utils import json
|
||||
|
||||
import json
|
||||
import urllib.parse as urlparse
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user