aboutsummaryrefslogtreecommitdiffstats
path: root/djangorestframework/emitters.py
diff options
context:
space:
mode:
authorTom Christie2011-04-27 18:53:54 +0100
committerTom Christie2011-04-27 18:53:54 +0100
commit5921e5c84e13cafe90061629262f12dfe742c07a (patch)
tree2d56ef1264b47704a4f9042aa5c6cb1cea4d465d /djangorestframework/emitters.py
parent5a59f339c1757767b136de33faa5b67a972141a1 (diff)
downloaddjango-rest-framework-5921e5c84e13cafe90061629262f12dfe742c07a.tar.bz2
Fix up ModelResource issues
Diffstat (limited to 'djangorestframework/emitters.py')
-rw-r--r--djangorestframework/emitters.py4
1 files changed, 3 insertions, 1 deletions
diff --git a/djangorestframework/emitters.py b/djangorestframework/emitters.py
index d2b06c13..87b3e94e 100644
--- a/djangorestframework/emitters.py
+++ b/djangorestframework/emitters.py
@@ -15,8 +15,10 @@ from djangorestframework.breadcrumbs import get_breadcrumbs
from djangorestframework.description import get_name, get_description
from djangorestframework import status
-from decimal import Decimal
+from urllib import quote_plus
import string
+import re
+from decimal import Decimal
# TODO: Rename verbose to something more appropriate
# TODO: Maybe None could be handled more cleanly. It'd be nice if it was handled by default,