summaryrefslogtreecommitdiff
path: root/tests/i18n/tests.py
AgeCommit message (Expand)Author
2017-10-14[2.0.x] Refs #28710 -- Simplified l10n format testClaude Paroz
2017-10-13[2.0.x] Fixed #28710 -- Fixed the Basque DATE_FORMAT stringClaude Paroz
2017-09-08Fixed #28546 -- Fixed translation's to_locale() with langauge subtags.Tim Graham
2017-09-08Added more tests for translation's to_locale().Tim Graham
2017-07-10Fixed typo in tests/i18n/tests.py comment.Jaap Roes
2017-06-15Fixed #28304 -- Kept SafeData type for pgettext-translated stringsClaude Paroz
2017-06-14Refs #24423 -- Readded inadvertently deleted i18n tests.Claude Paroz
2017-05-05Refs #22654 -- Added additional tests and amended release note.Raphael Michel
2017-02-07Converted usage of ugettext* functions to their gettext* aliasesClaude Paroz
2017-02-01Refs #23919 -- Replaced kwargs.pop() with keyword-only arguments.Vytis Banaitis
2017-01-30Refs #23919 -- Removed usage of obsolete SafeBytes classClaude Paroz
2017-01-25Refs #23919 -- Replaced super(ClassName, self) with super().chillaranand
2017-01-20Refs #23919 -- Removed unneeded str() callsClaude Paroz
2017-01-20Refs #23919 -- Removed django.utils._os.upath()/npath()/abspathu() usage.Tim Graham
2017-01-18Refs #23919 -- Removed six.<various>_types usageClaude Paroz
2017-01-18Refs #23919 -- Removed six.PY2/PY3 usageClaude Paroz
2017-01-18Refs #23919 -- Removed encoding preambles and future importsClaude Paroz
2017-01-06Fixed #24423 -- Reorganized i18n tag tests.Andy Craze
2016-12-21Refs #25753 -- Reset l10n cache when format settings changeClaude Paroz
2016-12-07Fixed #27579 -- Added aliases for Python 3's assertion names in SimpleTestCase.Tim Graham
2016-11-29Fixed #27402 -- Fixed incorrect LocaleMiddleware redirects with prefix_defaul...Krzysztof Urbaniak
2016-11-14Fixed #27463 -- Fixed E741 flake8 warnings.Ramin Farajpour Cami
2016-11-10Refs #27392 -- Removed "Tests that", "Ensures that", etc. from test docstrings.za
2016-10-31Fixed #27063 -- Prevented i18n_patterns() from using too much of the URL as t...Krzysztof Urbaniak
2016-10-31Added additional tests for translation's get_language_from_path().Krzysztof Urbaniak
2016-09-21Fixed #27256 -- Changed Select widget's selected attribute to use HTML5 boole...Jon Dufresne
2016-09-17Refs #27025 -- Fixed "invalid escape sequence" warnings in Python 3.6.Tim Graham
2016-08-25Fixed #27067 -- Deprecated string_concat() in favor of format_lazy().Mattias Loverot
2016-07-24Fixed #26945 -- Ensured that i18n_patterns returns a listAlex Hill
2016-06-28Replaced use of TestCase.fail() with assertRaises().Tim Graham
2016-06-22Fixed #25920 -- Added support for non-uniform NUMBER_GROUPING.jasisz
2016-06-16Fixed #26747 -- Used more specific assertions in the Django test suite.Jon Dufresne
2016-06-13Fixed #26746 -- Fixed handling of zero priority in Accept-Language header par...Vytis Banaitis
2016-06-11Fixed #26744 -- Fixed a typo in regex for Accept-Language header parsing.Vytis Banaitis
2016-06-08Fixed #26705 -- Fixed plural versions of languages not supported by Django.Thejaswi Puthraya
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ä