aboutsummaryrefslogtreecommitdiffstats
path: root/rest_framework/utils/html.py
diff options
context:
space:
mode:
Diffstat (limited to 'rest_framework/utils/html.py')
-rw-r--r--rest_framework/utils/html.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/rest_framework/utils/html.py b/rest_framework/utils/html.py
index bf17050d..edc591e9 100644
--- a/rest_framework/utils/html.py
+++ b/rest_framework/utils/html.py
@@ -1,6 +1,8 @@
"""
Helpers for dealing with HTML input.
"""
+import re
+
def is_html_input(dictionary):
# MultiDict type datastructures are used to represent HTML form input,