summaryrefslogtreecommitdiff
path: root/tests/i18n/tests.py
AgeCommit message (Expand)Author
2023-02-01[4.2.x] Fixed CVE-2023-23969 -- Prevented DoS with pathological values for Ac...Nick Pope
2023-01-04Simplified django.utils.formats.date_format()/time_format() calls.Nick Pope
2023-01-04Refs #34074 -- Used headers argument for RequestFactory and Client in docs an...David Wobrock
2022-11-14Fixed #34074 -- Added headers argument to RequestFactory and Client classes.David Wobrock
2022-10-13Fixed #34069 -- Made LocaleMiddleware respect language from requests when i18...Sergio
2022-10-10Used test client headers in i18n tests.Adam Johnson
2022-08-03Updated translations from Transifex.Mariusz Felisiak
2022-06-20Fixed #23689 -- Made parsing HTTP Accept-Language header case-insensitive.Zainab Amir
2022-05-31Fixed #33748 -- Fixed date template filter crash with lazy format.Claude Paroz
2022-05-02Removed 'tests' path prefix in a couple tests.Tim Graham
2022-04-28Fixed #33661 -- Corrected Catalan date-format localization.mpachas
2022-02-07Refs #33476 -- Refactored code to strictly match 88 characters line length.Mariusz Felisiak
2022-02-07Refs #33476 -- Reformatted code with Black.django-bot
2022-01-07Fixed #28628 -- Changed \d to [0-9] in regexes where appropriate.Ad Timmering
2021-12-06Updated translations from Transifex.Mariusz Felisiak
2021-12-03Fixed #33078 -- Added support for language regions in i18n_patterns().Maxim Piskunov
2021-12-03Refs #33078 -- Added extra assertions to MiscTests.test_get_language_from_pat...Mariusz Felisiak
2021-09-14Fixed #32873 -- Deprecated settings.USE_L10N.Claude Paroz
2021-09-08Fixed #30086, Refs #32873 -- Made floatformat template filter independent of ...Mariusz Felisiak
2021-07-19Fixed #32941 -- Removed get_format_modules()'s unused reverse argument.Keryn Knight
2021-05-12Refs #32738 -- Added sanitize_strftime_format() to replace datetime_safe.Nick Pope
2021-05-05Fixed #32479 -- Added fallbacks to subsequent language codes in translations.Maxim Beder
2021-04-22Fixed isolation of i18n.tests.FormattingTests.test_get_custom_format().Mariusz Felisiak
2021-04-06Updated translations from Transifex.Claude Paroz
2021-03-22Fixed #32581 -- Prevented to_locale() from corrupting locale names.Claude Paroz
2021-03-22Added to_locale() tests for 3-char language codes.Claude Paroz
2021-01-14Refs #15902 -- Stopped set_language() storing user's language in the session.Mariusz Felisiak
2021-01-14Refs #30165 -- Removed ugettext(), ugettext_lazy(), ugettext_noop(), ungettex...Mariusz Felisiak
2020-10-13Fixed #20601 -- Allowed forcing format with thousand separators in floatforma...Jacob Walls
2020-06-04Fixed #30134 -- Ensured unlocalized numbers are string representation in temp...Claude Paroz
2020-06-04Refs #30134 -- Added test for {% localize off %} tag with format settings.Claude Paroz
2020-06-01Fixed #31570 -- Corrected translation loading for apps providing territorial ...Carlton Gibson
2020-05-04Refs #30372 -- Stopped watching built-in Django translation files by auto-rel...Tom Forbes
2020-03-10Fixed #30439 -- Added support for different plural forms for a language.Claude Paroz
2019-07-02Fixed typos in comments and docs.Min ho Kim
2019-06-20Fixed #30451 -- Added ASGI handler and coroutine-safety.Andrew Godwin
2019-06-11Fixed #27486 -- Fixed Python 3.7 DeprecationWarning in intword and filesizefo...Jon Dufresne
2019-04-27Fixed typos in test names.Daniel Hahler
2019-02-08Fixed #30165 -- Deprecated ugettext(), ugettext_lazy(), ugettext_noop(), unge...Jon Dufresne
2019-02-06Refs #27753 -- Favored SafeString over SafeText.Tim Graham
2019-01-28Fixed #30137 -- Replaced OSError aliases with the canonical OSError.Jon Dufresne
2019-01-13Fixed #27685 -- Added watchman support to the autoreloader.Tom Forbes
2018-12-06Fixed #29986 -- Added .format() support to ngettext_lazy strings.Patrick Arminio
2018-11-27Made reused RequestFactory instances class attributes.Simon Charette
2018-09-03Fixed #29713 -- Added check that LANGUAGE_CODE uses standard language id format.David
2018-07-26Refs #29600 -- Added test for datetime_safe usage in localize_input().Tim Graham
2018-07-19Fixed #29578 -- Made numberformat.format() honor forced l10n usage.Claude Paroz
2018-05-12Moved to_language() to django.utils.translation.Tim Graham
2018-05-12Consolidated duplicate to_locale() implementations.Tim Graham
2018-05-12Increased django.utils.translation.trans_null test coverage.Hasan Ramezani