mirror of
https://github.com/encode/django-rest-framework.git
synced 2024-11-23 01:57:00 +03:00
Cleaned imports on templatetags/rest_framework module
This commit is contained in:
parent
3774ba3ed2
commit
9c32f048b5
|
@ -4,12 +4,8 @@ from django.core.urlresolvers import reverse, NoReverseMatch
|
|||
from django.http import QueryDict
|
||||
from django.utils.html import escape
|
||||
from django.utils.safestring import SafeData, mark_safe
|
||||
from rest_framework.compat import urlparse
|
||||
from rest_framework.compat import force_text
|
||||
from rest_framework.compat import six
|
||||
from rest_framework.compat import smart_urlquote
|
||||
import re
|
||||
import string
|
||||
from rest_framework.compat import urlparse, force_text, six, smart_urlquote
|
||||
import re, string
|
||||
|
||||
register = template.Library()
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user