django1/django/contrib
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
..
admin Fixed #21510 -- Readded search reset link in changelist search bar 2013-12-11 15:30:20 +01:00
admindocs Fixed E124 pep8 warnings. 2013-12-10 15:12:48 -05:00
auth Fixed #21473 -- Limited language preservation to logout 2013-12-12 10:24:43 +01:00
comments Fixed #21388 -- Corrected language code for Frisian 2013-11-11 13:34:01 +01:00
contenttypes Fixed E124 pep8 warnings. 2013-12-10 15:12:48 -05:00
flatpages Fixed E125 pep8 warnings 2013-11-28 08:50:11 -05:00
formtools Removed 'return' in __init__ 2013-12-05 07:09:36 -05:00
gis Fixed E124 pep8 warnings. 2013-12-10 15:12:48 -05:00
humanize Renamed first argument of class method to cls 2013-12-07 20:13:53 -05:00
messages Fixes #21412 -- Better error message for messages.add_message 2013-11-23 17:11:22 +01:00
redirects Fixed #21388 -- Corrected language code for Frisian 2013-11-11 13:34:01 +01:00
sessions Fixed E125 pep8 warnings 2013-11-28 08:50:11 -05:00
sitemaps Fixed E125 pep8 warnings 2013-11-28 08:50:11 -05:00
sites Moved import at proper place in contrib.sites 2013-11-16 11:13:04 +01:00
staticfiles Fixed #21543 -- Removed base_dir attribute in StaticFilesHandler. 2013-12-01 18:03:59 -05:00
syndication Fixed flake8 E251 violations 2013-11-03 03:22:11 -06:00
webdesign More attacking E302 violators 2013-11-02 13:12:09 -07:00
__init__.py Created django.contrib and moved comments into it 2005-07-14 18:20:03 +00:00