Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/django/middleware/locale.py
Commit message (Expand)AuthorAgeFilesLines
* Fixed #19910 -- Added slash to i18n redirect if APPEND_SL...Bas Peschier2015-03-261-5/+8
* Fixed #23960 -- Removed http.fix_location_headerClaude Paroz2015-03-181-10/+6
* Fixed #24360 -- Delayed internal LocaleMiddleware variabl...Claude Paroz2015-03-021-12/+9
* Sorted imports with isort; refs #23860.Tim Graham2015-02-061-3/+4
* Fixed #21579 -- Made LocaleMiddleware respect script prefix.Tim Graham2014-08-141-4/+13
* Fixed #21389 -- Accept most valid language codesBouke Haarsma2014-02-261-6/+1
* Fixed #21473 -- Limited language preservation to logoutLudwik Trammer2013-12-121-10/+0
* Fixed #5789 -- Changed LocaleMiddleware session variable ...Bouke Haarsma2013-10-221-2/+8
* Fixed #21288 -- Fixed E126 pep8 warningsAlasdair Nicol2013-10-211-1/+1
* Fixed #7603 -- Added a 'scheme' property to the HttpReque...Unai Zalakain2013-10-151-2/+2
* Fixed #19277 -- Added LocaleMiddleware.response_redirect_...Emil Stenström2013-10-031-1/+2
* Deprecated SortedDict (replaced with collections.OrderedD...Curtis Maloney2013-08-041-2/+3
* Replaced `and...or...` constructs with PEP 308 conditiona...Ramiro Morales2013-05-271-1/+1
* Fixed #14825 -- LocaleMiddleware keeps languageVlastimil Zíma2013-05-251-0/+4
* Fixed #11915: generic Accept-Language matches country-spe...Łukasz Langa2013-05-191-1/+2
* Fixed #5241 -- Kept active transalation in LocaleMiddlewa...Aymeric Augustin2013-02-281-1/+1
* Fixes #17866: Vary: Accept-Language header when language ...Łukasz Langa2013-02-231-9/+17
* Fixed #19488 -- Made i18n_patterns redirect work with non...Claude Paroz2013-01-111-3/+5
* Fixed #17817 -- Modified LocalMiddleware to use full URLs...Jannis Leidel2012-03-021-2/+5
* Fixed #17734 -- Made sure to only redirect translated URL...Jannis Leidel2012-03-021-5/+12
* Fixed #17720 -- Stopped the LocaleMiddleware from overeag...Jannis Leidel2012-02-181-1/+3
* Fixed #11585 -- Added ability to translate and prefix URL...Jannis Leidel2011-06-151-3/+23
* Fixed #8121 -- Don't override the Content-Language HTTP h...Malcolm Tredinnick2008-08-091-1/+2
* Fixed #2109 -- Convert old-style classes to new-style cla...Adrian Holovaty2006-06-081-1/+1
* Fixed #1707 -- LocaleMiddleware now sets Content-Language...Adrian Holovaty2006-05-051-1/+1
* Merged i18n branch into the trunk! Fixes #65, and perhaps...Jacob Kaplan-Moss2005-11-041-0/+24