aboutsummaryrefslogtreecommitdiffstats
path: root/rest_framework/utils
diff options
context:
space:
mode:
authorTom Christie2012-11-09 05:07:34 -0800
committerTom Christie2012-11-09 05:07:34 -0800
commitc7df9694b5a7a7931161f74a7c5c16d5c98d87d9 (patch)
treed2f832ad883a51ce2bde6b1d44b0156f300612c3 /rest_framework/utils
parent0089f0faa716bd37ca29f9f2db98b4ab273e01f1 (diff)
parentff1234b711b8dfb7dc1cc539fa9d2b6fd2477825 (diff)
downloaddjango-rest-framework-c7df9694b5a7a7931161f74a7c5c16d5c98d87d9.tar.bz2
Merge pull request #383 from tomchristie/filtering
Support for filtering backends
Diffstat (limited to 'rest_framework/utils')
-rw-r--r--rest_framework/utils/__init__.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/rest_framework/utils/__init__.py b/rest_framework/utils/__init__.py
index a59fff45..84fcb5db 100644
--- a/rest_framework/utils/__init__.py
+++ b/rest_framework/utils/__init__.py
@@ -1,7 +1,6 @@
from django.utils.encoding import smart_unicode
from django.utils.xmlutils import SimplerXMLGenerator
from rest_framework.compat import StringIO
-
import re
import xml.etree.ElementTree as ET