django/tests/i18n
Ludwik Trammer 9922ed46e2 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.

Forward port of c558a43fd6 to master.
2013-12-12 10:24:43 +01:00
..
commands Fixed 21406 -- Made blocktrans 'trimmed' option preserve line numbers. 2013-12-04 08:36:20 -03:00
contenttypes Fixed #21307 -- Moved TransRealMixin to django.test.utils. 2013-10-22 22:19:56 -03:00
other
patterns Fix all violators of E231 2013-10-26 12:15:03 -07:00
project_dir Enabled makemessages to support several translation directories 2013-11-30 11:00:23 +01:00
resolution Whitespace cleanup. 2013-10-10 16:49:20 -04:00
__init__.py Fixed #21307 -- Moved TransRealMixin to django.test.utils. 2013-10-22 22:19:56 -03:00
forms.py PEP8 cleanup 2013-11-02 23:50:49 -05:00
models.py PEP8 cleanup 2013-11-02 23:50:49 -05:00
test_compilation.py Fixed #21488 -- Multiple locales treatment in i18n commands. 2013-11-23 11:53:47 -03:00
test_extraction.py Fixed 21406 -- Made blocktrans 'trimmed' option preserve line numbers. 2013-12-04 08:36:20 -03:00
tests.py Fixed #21473 -- Limited language preservation to logout 2013-12-12 10:24:43 +01:00
urls.py Fixed #14825 -- LocaleMiddleware keeps language 2013-05-25 10:52:54 +02:00