Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/tests/i18n
Commit message (Expand)AuthorAgeFilesLines
* Fixed #14825 -- LocaleMiddleware keeps languageVlastimil Zíma2013-05-252-1/+34
* Removed check for 0.15 version of gettext toolsClaude Paroz2013-05-222-27/+3
* Fixed #11915: generic Accept-Language matches country-spe...Łukasz Langa2013-05-192-1/+15
* Added TransRealMixin to fix i18n global state pollution i...Łukasz Langa2013-05-193-13/+39
* 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 #20422 -- Applied makemessage's --ignore patterns t...Baptiste Mispelon2013-05-182-2/+9
* Fixed #17365, #17366, #18727 -- Switched to discovery tes...Carl Meyer2013-05-111-6/+0
* Fixed #19733 - deprecated ModelForms without 'fields' or ...Luke Plant2013-05-091-0/+1
* Fixed #20354 -- `makemessages` no longer crashes with `Un...Tai Lee2013-05-072-7/+16
* Fix #20058: Make compilemessages use stdout instead of st...Baptiste Mispelon2013-03-161-6/+6
* Made (make|compile)messages check for availability of get...Ramiro Morales2013-03-102-27/+8
* Fixed #16612 -- Improved has_changed detection for locali...Claude Paroz2013-03-011-1/+2
* Fixed #5241 -- Kept active transalation in LocaleMiddlewa...Aymeric Augustin2013-02-282-0/+32
* Removed a .mo file incorrectly put under Git control.Ramiro Morales2013-02-272-0/+4
* Simplified compilemessages tests a bit.Ramiro Morales2013-02-271-22/+11
* Don't use os.system() in compilemessages.Ramiro Morales2013-02-273-1/+42
* Fixed i18n test to match changed translationClaude Paroz2013-02-261-1/+1
* Renamed some tests and removed references to modeltests/r...Florian Apolloner2013-02-264-11/+11
* Merged regressiontests and modeltests into the test root.Florian Apolloner2013-02-2654-0/+2803