summaryrefslogtreecommitdiff
path: root/tests/i18n/tests.py
AgeCommit message (Expand)Author
2016-07-24[1.10.x] Fixed #26945 -- Ensured that i18n_patterns returns a listAlex Hill
2016-07-01[1.10.x] Replaced use of TestCase.fail() with assertRaises().Tim Graham
2016-06-16[1.10.x] Fixed #26747 -- Used more specific assertions in the Django test suite.Jon Dufresne
2016-05-17Fixed #26601 -- Improved middleware per DEP 0005.Florian Apolloner
2016-04-21Fixed #22383 -- Added support for HTML5 required attribute on required form f...Jon Dufresne
2016-04-08Fixed E128 flake8 warnings in tests/.Tim Graham
2016-03-10Refs #25933 -- Fixed i18n_patterns() prefix_default_language=False with HTTP_...Krzysztof Urbaniak
2016-03-08Fixed #25933 -- Allowed an unprefixed default language in i18n_patterns().Krzysztof Urbaniak
2016-02-15Fixed #26212 -- Made forms.FileField and translation.lazy_number() picklable.Alexey Kotlyarov
2016-02-09Fixed #26173 -- Prevented localize_input() from formatting booleans as numbers.Marcin Markiewicz
2016-01-29Refs #26022 -- Used context manager version of assertRaises in tests.Hasan
2016-01-11Added missing period to "etc.".pp
2016-01-06Fixed #26046 -- Fixed a crash with translations and Django-unknown language codeClaude Paroz
2015-12-18Fixed #25915 -- Allowed language not in Django's default LANGUAGESClaude Paroz
2015-11-28Fixed #25812 -- Restored the ability to use custom formats with the date temp...Gagaro
2015-11-24Fixed a settings leak possibility in the date template filter.Florian Apolloner
2015-11-11Fixed #25720 -- Made gettext() return bytestring on Python 2 if input is byte...Marti Raudsepp
2015-11-03Fixed #25668 -- Misc spelling errorsVille Skyttä
2015-10-22Fixed #25571 -- Fixed boolean evaluation of ungettext_lazyClaude Paroz
2015-09-12Fixed #23395 -- Limited line lengths to 119 characters.Dražen Odobašić
2015-08-25Fixed #25295 -- Restored 'no active translation' after language overrideClaude Paroz
2015-06-15Fixed flake8 warnings on Python 3.Tim Graham
2015-05-20Refs #24652 -- Used SimpleTestCase where appropriate.Simon Charette
2015-05-06Moved engine-related exceptions to django.template.exceptions.Preston Timmons
2015-04-28Fixed #24714 -- Used more specific assertions than assertEqual in tests.Alasdair Nicol
2015-04-24Fixed #24063 -- Allowed locale variants supported by gettext.Michal Čihař
2015-04-04Fixed #24569 -- Made some translation functions accept None valueClaude Paroz
2015-03-21Fixed #24515 -- Fixed DjangoTranslation plural handlingClaude Paroz
2015-03-02Fixed #24372 - Replaced TokenParser usage with traditional parsing.Preston Timmons
2015-02-28Fixed #24413 -- Prevented translation fallback for EnglishClaude Paroz
2015-02-06Sorted imports with isort; refs #23860.Tim Graham
2015-02-03Fixed #24149 -- Normalized tuple settings to lists.darkryder
2015-01-27Fixed #24219 -- Moved SelectDateWidget together with the other widgetsLoic Bistuer
2015-01-17Removed deprecated Chinese language codes; refs #18149.Tim Graham
2015-01-08Fixed #24073 -- Returned None for get_language when translations are deactivatedClaude Paroz
2014-11-03Fixed #23620 -- Used more specific assertions in the Django test suite.Berker Peksag
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-07-14Fixed #23005 -- Allowed specifying special fallback languagesClaude Paroz
2014-05-21Fixed #20477: Allowed list of modules for FORMAT_MODULE_PATHMartin Brochhaus
2014-05-02Fixed #22565 -- Prevented pgettext_lazy crash with bytestring inputClaude Paroz
2014-04-30Refactored DjangoTranslation classDoug Beck
2014-04-06Fixed #21977 -- Deprecated SimpleTestCase.urlsAnubhav Joshi