django/tests/i18n
Bouke Haarsma 0d0f4f020a Fixed #5789 -- Changed LocaleMiddleware session variable to '_language'.
The old 'django_language' variable will still be read from in order
to migrate users. The backwards-compatability shim will be removed in
Django 1.8.

Thanks to jdunck for the report and stugots for the initial patch.
2013-10-22 09:24:42 -04:00
..
commands Decode from UTF-8 explicitly when reading a text file in makemessages. 2013-10-22 06:09:21 -03:00
contenttypes Added TransRealMixin to fix i18n global state pollution in the test suite 2013-05-19 12:05:57 +02:00
other Merged regressiontests and modeltests into the test root. 2013-02-26 14:36:57 +01:00
patterns Fixed #19277 -- Added LocaleMiddleware.response_redirect_class 2013-10-03 16:15:29 -04:00
resolution Whitespace cleanup. 2013-10-10 16:49:20 -04:00
__init__.py Fixed #11915: generic Accept-Language matches country-specific variants 2013-05-19 12:50:09 +02:00
forms.py Removed most of absolute_import imports 2013-07-29 20:28:13 +02:00
models.py Merged regressiontests and modeltests into the test root. 2013-02-26 14:36:57 +01:00
tests.py Fixed #5789 -- Changed LocaleMiddleware session variable to '_language'. 2013-10-22 09:24:42 -04:00
urls.py Fixed #14825 -- LocaleMiddleware keeps language 2013-05-25 10:52:54 +02:00