mirror of
				https://github.com/django/django.git
				synced 2025-10-31 09:41:08 +00:00 
			
		
		
		
	queryset-refactor: Merged changed from trunk up to [6463].
git-svn-id: http://code.djangoproject.com/svn/django/branches/queryset-refactor@6466 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
		| @@ -30,4 +30,12 @@ True | ||||
| >>> s4 = ugettext_lazy('Some other string') | ||||
| >>> s == s4 | ||||
| False | ||||
|  | ||||
| unicode(string_concat(...)) should not raise a TypeError - #4796 | ||||
|  | ||||
| >>> import django.utils.translation | ||||
| >>> reload(django.utils.translation) | ||||
| <module 'django.utils.translation' from ...> | ||||
| >>> unicode(django.utils.translation.string_concat("dja", "ngo")) | ||||
| u'django' | ||||
| """ | ||||
|   | ||||
		Reference in New Issue
	
	Block a user