Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/tests/i18n/tests.py
Commit message (Expand)AuthorAgeFilesLines
...
| * Fixed #14170 -- Reset i18n cache when settings changeBouke Haarsma2013-11-031-0/+13
* | PEP8 cleanupJason Myers2013-11-031-0/+3
* | Fixed all E261 warningscoagulant2013-11-031-1/+1
* | Fixed flake8 E241Boryslav Larin2013-11-021-1/+1
* | Fixed #21302 -- Fixed unused imports and import *.Tim Graham2013-11-021-5/+5
|/
* Rearranged some i18n testsClaude Paroz2013-10-281-11/+0
* Fixed #21307 -- Moved TransRealMixin to django.test.utils.Ramiro Morales2013-10-231-2/+1
* Fixed E221 pep8 warnings.Tim Graham2013-10-221-4/+4
* Fixed #5789 -- Changed LocaleMiddleware session variable ...Bouke Haarsma2013-10-221-6/+28
* Removed some direct settings manipulations in tests; refs...Bouke Haarsma2013-10-211-9/+1
* Fixed #21288 -- Fixed E126 pep8 warningsAlasdair Nicol2013-10-211-2/+2
* Removed unused local variables in tests.Tim Graham2013-10-191-3/+3
* Fixed #21287 -- Fixed E123 pep8 warningsAlasdair Nicol2013-10-181-1/+1
* Fixed #21268 -- Fixed E303 pep8 warningsAlasdair Nicol2013-10-181-1/+0
* Fixed #21266 -- Fixed E201,E202 pep8 warnings.Larry O'Neill2013-10-151-2/+2
* Fixed tests breakage from last commit.Ramiro Morales2013-10-021-1/+1
* Partial revert of 165f44aa.Aymeric Augustin2013-09-221-5/+5
* Fixed #21078 -- Handled additional bad Accept-Language he...Josh Mize2013-09-091-0/+1
* Moved a settings usage up the stack in utils/formats.py #...Adrian Holovaty2013-09-071-3/+2
* Replaced "not PY3" by "PY2", new in six 1.4.0.Aymeric Augustin2013-09-021-1/+1
* Combine consecutive with statementsClaude Paroz2013-08-161-20/+15
* Fixed #18777 -- Localized form fields with as_text/as_hiddenAleksandra Sendecka2013-08-021-0/+33
* Removed most of absolute_import importsClaude Paroz2013-07-291-1/+1
* Deprecated django.utils.importlibClaude Paroz2013-07-291-1/+1
* Fixed #14825 -- LocaleMiddleware keeps languageVlastimil Zíma2013-05-251-0/+32
* Removed check for 0.15 version of gettext toolsClaude Paroz2013-05-221-3/+3
* Fixed #11915: generic Accept-Language matches country-spe...Łukasz Langa2013-05-191-1/+14
* Added TransRealMixin to fix i18n global state pollution i...Łukasz Langa2013-05-191-12/+19
* Fixed #14894 -- Ensure that activating a translation does...Florian Apolloner2013-05-181-0/+30
* Fixes #19919: get_language_from_request() disregards "en-...Łukasz Langa2013-05-181-1/+39
* Fixed #17365, #17366, #18727 -- Switched to discovery tes...Carl Meyer2013-05-111-6/+0
* Fixed #16612 -- Improved has_changed detection for locali...Claude Paroz2013-03-011-1/+2
* Fixed #5241 -- Kept active transalation in LocaleMiddlewa...Aymeric Augustin2013-02-281-0/+23
* Don't use os.system() in compilemessages.Ramiro Morales2013-02-271-1/+2
* Fixed i18n test to match changed translationClaude Paroz2013-02-261-1/+1
* Renamed some tests and removed references to modeltests/r...Florian Apolloner2013-02-261-5/+5
* Merged regressiontests and modeltests into the test root.Florian Apolloner2013-02-261-0/+1097