aboutsummaryrefslogtreecommitdiffstats
path: root/rest_framework/utils/html.py
diff options
context:
space:
mode:
authorTom Christie2014-09-02 15:07:56 +0100
committerTom Christie2014-09-02 15:07:56 +0100
commitec096a1caceff6a4f5c75a152dd1c7bea9ed281d (patch)
treefaa662483b23c5a1c4133a385b13080ebb6116af /rest_framework/utils/html.py
parent4ac4676a40b121d27cfd1173ff548d96b8d3de2f (diff)
downloaddjango-rest-framework-ec096a1caceff6a4f5c75a152dd1c7bea9ed281d.tar.bz2
Add relations and get tests running
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,