django1/tests/i18n
Ludwik Trammer c558a43fd6 [1.6.x] Fixed #21473 -- Limited language preservation to logout
Current language is no longer saved to session by LocaleMiddleware
on  every response (the behavior introduced in #14825).
Instead language stored in session is reintroduced into new session
after logout.
2013-12-11 15:49:27 +01:00
..
commands [1.6.x] Fixed #21488 -- Multiple locales treatment in i18n commands. 2013-11-23 11:02:30 -03:00
contenttypes [1.6.x] Fixed #21307 -- Moved TransRealMixin to django.test.utils. 2013-10-22 22:40:01 -03:00
other Merged regressiontests and modeltests into the test root. 2013-02-26 14:36:57 +01:00
patterns Added i18n-related URL mapper test for a mailing list report. 2013-06-04 11:19:27 -03:00
resolution Merged regressiontests and modeltests into the test root. 2013-02-26 14:36:57 +01:00
__init__.py [1.6.x] Fixed #21307 -- Moved TransRealMixin to django.test.utils. 2013-10-22 22:40:01 -03:00
forms.py Fixed #19733 - deprecated ModelForms without 'fields' or 'exclude', and added '__all__' shortcut 2013-05-09 16:44:36 +01:00
models.py Merged regressiontests and modeltests into the test root. 2013-02-26 14:36:57 +01:00
tests.py [1.6.x] Fixed #21473 -- Limited language preservation to logout 2013-12-11 15:49:27 +01:00
urls.py Fixed #14825 -- LocaleMiddleware keeps language 2013-05-25 10:52:54 +02:00