mirror of
				https://github.com/django/django.git
				synced 2025-10-31 09:41:08 +00:00 
			
		
		
		
	Fixed #5077 -- django/utils/encoding.py no longer imports settings, as 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
This commit is contained in:
		| @@ -1,6 +1,5 @@ | ||||
| import types | ||||
| import urllib | ||||
| from django.conf import settings | ||||
| from django.utils.functional import Promise | ||||
|  | ||||
| class StrAndUnicode(object): | ||||
|   | ||||
		Reference in New Issue
	
	Block a user