diff options
| author | Tom Christie | 2014-09-02 15:07:56 +0100 |
|---|---|---|
| committer | Tom Christie | 2014-09-02 15:07:56 +0100 |
| commit | ec096a1caceff6a4f5c75a152dd1c7bea9ed281d (patch) | |
| tree | faa662483b23c5a1c4133a385b13080ebb6116af /rest_framework/utils | |
| parent | 4ac4676a40b121d27cfd1173ff548d96b8d3de2f (diff) | |
| download | django-rest-framework-ec096a1caceff6a4f5c75a152dd1c7bea9ed281d.tar.bz2 | |
Add relations and get tests running
Diffstat (limited to 'rest_framework/utils')
| -rw-r--r-- | rest_framework/utils/html.py | 2 |
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, |
