summaryrefslogtreecommitdiff
path: root/tests/i18n
AgeCommit message (Expand)Author
2013-09-02Replaced "not PY3" by "PY2", new in six 1.4.0.Aymeric Augustin
2013-08-16Combine consecutive with statementsClaude Paroz
2013-08-02Fixed #18777 -- Localized form fields with as_text/as_hiddenAleksandra Sendecka
2013-07-29Removed most of absolute_import importsClaude Paroz
2013-07-29Deprecated django.utils.importlibClaude Paroz
2013-06-22Fixed #20311 -- Make sure makemessages doesn't create duplicate Plural-Forms ...Ramiro Morales
2013-06-04Added i18n-related URL mapper test for a mailing list report.Ramiro Morales
2013-05-25Fixed #14825 -- LocaleMiddleware keeps languageVlastimil Zíma
2013-05-22Removed check for 0.15 version of gettext toolsClaude Paroz
2013-05-19Fixed #11915: generic Accept-Language matches country-specific variantsŁukasz Langa
2013-05-19Added TransRealMixin to fix i18n global state pollution in the test suiteŁukasz Langa
2013-05-18Fixed #14894 -- Ensure that activating a translation doesn't run into threadi...Florian Apolloner
2013-05-18Fixes #19919: get_language_from_request() disregards "en-us" and "en" languagesŁukasz Langa
2013-05-18Fixed #20422 -- Applied makemessage's --ignore patterns to full pathBaptiste Mispelon
2013-05-10Fixed #17365, #17366, #18727 -- Switched to discovery test runner.Carl Meyer
2013-05-09Fixed #19733 - deprecated ModelForms without 'fields' or 'exclude', and added...Luke Plant
2013-05-07Fixed #20354 -- `makemessages` no longer crashes with `UnicodeDecodeError`Tai Lee
2013-03-16Fix #20058: Make compilemessages use stdout instead of stderr.Baptiste Mispelon
2013-03-10Made (make|compile)messages check for availability of gettext commands.Ramiro Morales
2013-03-01Fixed #16612 -- Improved has_changed detection for localized field valuesClaude Paroz
2013-02-28Fixed #5241 -- Kept active transalation in LocaleMiddleware.process_response.Aymeric Augustin
2013-02-26Removed a .mo file incorrectly put under Git control.Ramiro Morales
2013-02-26Simplified compilemessages tests a bit.Ramiro Morales
2013-02-26Don't use os.system() in compilemessages.Ramiro Morales
2013-02-26Fixed i18n test to match changed translationClaude Paroz
2013-02-26Renamed some tests and removed references to modeltests/regressiontests.Florian Apolloner
2013-02-26Merged regressiontests and modeltests into the test root.Florian Apolloner