From ec096a1caceff6a4f5c75a152dd1c7bea9ed281d Mon Sep 17 00:00:00 2001 From: Tom Christie Date: Tue, 2 Sep 2014 15:07:56 +0100 Subject: Add relations and get tests running --- rest_framework/utils/html.py | 2 ++ 1 file changed, 2 insertions(+) (limited to 'rest_framework/utils') 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, -- cgit v1.2.3