Commit 9c32f048 by glic3rinu

Cleaned imports on templatetags/rest_framework module

parent 3774ba3e
...@@ -4,12 +4,8 @@ from django.core.urlresolvers import reverse, NoReverseMatch ...@@ -4,12 +4,8 @@ from django.core.urlresolvers import reverse, NoReverseMatch
from django.http import QueryDict from django.http import QueryDict
from django.utils.html import escape from django.utils.html import escape
from django.utils.safestring import SafeData, mark_safe from django.utils.safestring import SafeData, mark_safe
from rest_framework.compat import urlparse from rest_framework.compat import urlparse, force_text, six, smart_urlquote
from rest_framework.compat import force_text import re, string
from rest_framework.compat import six
from rest_framework.compat import smart_urlquote
import re
import string
register = template.Library() register = template.Library()
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment