mirror of
				https://github.com/django/django.git
				synced 2025-10-31 01:25:32 +00:00 
			
		
		
		
	[1.7.x] Fixed #22586 -- Added LANGUAGE_SESSION_KEY to __all__.
Thanks david.fischer.ch at gmail.com for the report.
Backport of 4492ea5475 from master
			
			
This commit is contained in:
		| @@ -19,6 +19,7 @@ __all__ = [ | |||||||
|     'ungettext', 'ungettext_lazy', |     'ungettext', 'ungettext_lazy', | ||||||
|     'pgettext', 'pgettext_lazy', |     'pgettext', 'pgettext_lazy', | ||||||
|     'npgettext', 'npgettext_lazy', |     'npgettext', 'npgettext_lazy', | ||||||
|  |     'LANGUAGE_SESSION_KEY', | ||||||
| ] | ] | ||||||
|  |  | ||||||
| LANGUAGE_SESSION_KEY = '_language' | LANGUAGE_SESSION_KEY = '_language' | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user