mirror of
https://github.com/encode/django-rest-framework.git
synced 2025-08-05 13:00:12 +03:00
Add necessary import: json.
This commit is contained in:
parent
f15d2203d7
commit
d0ea6bfe02
|
@ -1,6 +1,7 @@
|
||||||
"""
|
"""
|
||||||
Helpers for dealing with HTML input.
|
Helpers for dealing with HTML input.
|
||||||
"""
|
"""
|
||||||
|
import json
|
||||||
import re
|
import re
|
||||||
from django.utils.datastructures import MultiValueDict
|
from django.utils.datastructures import MultiValueDict
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user