From d0ea6bfe0228a5b47abad8f5f79284d1f11c6b79 Mon Sep 17 00:00:00 2001 From: Roland van Laar Date: Mon, 2 Mar 2015 15:53:43 +0100 Subject: [PATCH] Add necessary import: json. --- rest_framework/utils/html.py | 1 + 1 file changed, 1 insertion(+) diff --git a/rest_framework/utils/html.py b/rest_framework/utils/html.py index e825bdbeb..df08770f1 100644 --- a/rest_framework/utils/html.py +++ b/rest_framework/utils/html.py @@ -1,6 +1,7 @@ """ Helpers for dealing with HTML input. """ +import json import re from django.utils.datastructures import MultiValueDict