django1/django
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
..
bin Started attackign the next flake8 violation 2013-10-31 08:42:28 -07:00
conf Change initial migration writing to work as docs suggest. 2013-11-27 12:34:31 +00:00
contrib Fixed #21473 -- Limited language preservation to logout 2013-12-12 10:24:43 +01:00
core Fixed E124 pep8 warnings. 2013-12-10 15:12:48 -05:00
db Brought comments in sync with the code in BaseAppCache. 2013-12-11 23:16:06 +01:00
dispatch Fixed #21486 -- Prevented settings config in signal connection 2013-11-23 18:47:47 +01:00
forms Fixed E124 pep8 warnings. 2013-12-10 15:12:48 -05:00
http Fixed E125 pep8 warnings 2013-11-28 08:50:11 -05:00
middleware Fixed #21473 -- Limited language preservation to logout 2013-12-12 10:24:43 +01:00
template Moved imports to the top of the defaultfilters module. 2013-12-10 21:32:58 +01:00
templatetags A handful of flake8 fixes 2013-11-23 08:26:11 -08:00
test Fixed #21462 -- Made `assertNumQueries` print executed queries on failure. 2013-12-11 15:24:17 -05:00
utils Fixed E124 pep8 warnings. 2013-12-10 15:12:48 -05:00
views Fixed #21530 -- Prevent AttributeError in default URLconf detection code. 2013-12-07 03:21:58 +01:00
__init__.py Started attackign the next flake8 violation 2013-10-31 08:42:28 -07:00
shortcuts.py Changed shortcuts from being a package to just being a module 2013-11-19 15:34:20 -08:00