Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fixed #5077 -- django/utils/encoding.py no longer imports settings, a…
…s it doesn't use that module. Thanks, Collin Grady

git-svn-id: http://code.djangoproject.com/svn/django/trunk@5810 bcc190cf-cafb-0310-a4f2-bffc1f526a37
  • Loading branch information
adrianholovaty committed Aug 6, 2007
1 parent e301d89 commit 56a75a2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion django/utils/encoding.py
@@ -1,6 +1,5 @@
import types
import urllib
from django.conf import settings
from django.utils.functional import Promise

class StrAndUnicode(object):
Expand Down

0 comments on commit 56a75a2

Please sign in to comment.