mirror of
https://github.com/encode/django-rest-framework.git
synced 2025-08-04 20:40:14 +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.
|
||||
"""
|
||||
import json
|
||||
import re
|
||||
from django.utils.datastructures import MultiValueDict
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user