summaryrefslogtreecommitdiff
path: root/tests/i18n
AgeCommit message (Expand)Author
2015-11-24[1.8.x] Fixed a settings leak possibility in the date template filter.Florian Apolloner
2015-11-11[1.8.x] Fixed #25720 -- Made gettext() return bytestring on Python 2 if input...Marti Raudsepp
2015-08-25[1.8.x] Fixed #25295 -- Restored 'no active translation' after language overrideClaude Paroz
2015-06-23[1.8.x] Renamed RemovedInDjango20Warning to RemovedInDjango110Warning.Tim Graham
2015-06-15[1.8.x] Fixed flake8 warnings on Python 3.Tim Graham
2015-04-28[1.8.x] Fixed #24714 -- Used more specific assertions than assertEqual in tests.Alasdair Nicol
2015-04-04[1.8.x] Fixed #24569 -- Made some translation functions accept None valueClaude Paroz
2015-03-21[1.8.x] Fixed #24515 -- Fixed DjangoTranslation plural handlingClaude Paroz
2015-02-28[1.8.x] Fixed #24413 -- Prevented translation fallback for EnglishClaude Paroz
2015-02-09[1.8.x] Sorted imports with isort; refs #23860.Tim Graham
2015-01-20[1.8.x] Fixed typos in code comments.Adam Taylor
2015-01-16Fixed #24099 -- Removed contenttype.name deprecated fieldClaude Paroz
2015-01-08Fixed #24073 -- Returned None for get_language when translations are deactivatedClaude Paroz
2014-12-30Applied ignore_warnings to Django testsClaude Paroz
2014-12-29Fixed #23271 -- Don't corrupt PO files on Windows when updating them.Ramiro Morales
2014-12-28Deprecated TEMPLATE_DIRS.Aymeric Augustin
2014-12-18Fixed #23788 (2) -- Improved gettext version checkerClaude Paroz
2014-11-29Fixed #23930 -- Added copies of captured_std* managers from CPython's test.su...wrwrwr
2014-11-29Fixed #23923 -- Promoted Django's deprecation warnings to errors in runtests.pyTim Graham
2014-11-18Fixed #18714 -- Added 'fuzzy' compilemessages optionAnton Baklanov
2014-11-17Removed superfluous newline.Aymeric Augustin
2014-11-17Fixed #23840 -- Fixed makemessages find_files methodIlja Maas
2014-11-11Fixed #23788 -- Used new JavaScript support in recent gettextClaude Paroz
2014-11-03Fixed #23620 -- Used more specific assertions in the Django test suite.Berker Peksag
2014-10-27Fixed #23717 -- Fixed makemessages crash when STATIC_ROOT=NoneClaude Paroz
2014-10-22Made testing of stdout and stderr more consistent.Loic Bistuer
2014-10-21Fixed #23583 -- More selectively ignored static/media rootsClaude Paroz
2014-09-21Fixed an i18n test with native stringClaude Paroz
2014-09-21Fixed #23196 -- Short-circuited empty string translationYuri Kriachko
2014-09-13Fixed #23466 -- Removed seconds from all locale time output formats.Malte Beckmann
2014-08-30Added a missing word in a skip messageAlex Gaynor
2014-08-30Fixed #22820 -- Treated int and long types alike in lazy_numberClaude Paroz
2014-08-29Fixed flake8 warning.Tim Graham
2014-08-28Fixed #23381 -- Context manager restored state should be determined in __enter__Thomas Chaumeny
2014-08-28Fixed #23323 -- Made django.utils.translation.override usable as a decorator.Thomas Chaumeny
2014-08-18Fixed #22171 -- Improved sanitize_separators clevernessClaude Paroz
2014-08-14Fixed #21579 -- Made LocaleMiddleware respect script prefix.Tim Graham
2014-08-08Fixed #22336 -- Added path matching for makemessages ignore optionJustin Hamade
2014-07-16Added forgotten files from commit 28efafa24c83Claude Paroz
2014-07-16Ignored STATIC_ROOT and MEDIA_ROOT in makemessagesClaude Paroz
2014-07-14Fixed #23005 -- Allowed specifying special fallback languagesClaude Paroz
2014-06-06Fixed #22773 -- Forced templatize() to return unicodeClaude Paroz
2014-05-21Fixed #20477: Allowed list of modules for FORMAT_MODULE_PATHMartin Brochhaus
2014-05-15Harmonized some PEP 0263 coding preamblesClaude Paroz
2014-05-02Fixed #22565 -- Prevented pgettext_lazy crash with bytestring inputClaude Paroz
2014-05-02Fixed clash caused by the newly introduced -e shorthand for makemessages --ex...Loic Bistuer
2014-04-30Refactored DjangoTranslation classDoug Beck
2014-04-26Fixed #22328 -- Added --exclude option to compilemessages and makemessages.Ana Krivokapic
2014-04-06Fixed #21977 -- Deprecated SimpleTestCase.urlsAnubhav Joshi
2014-04-03Fixed #22218 -- Deprecated django.conf.urls.patterns.Tim Graham