summaryrefslogtreecommitdiff
path: root/tests/i18n
Commit message (Expand)AuthorAgeFilesLines
* Fixed #34515 -- Made LocaleMiddleware prefer language from paths when i18n pa...Mariusz Felisiak2023-05-023-17/+28
* Fixed #34455 -- Restored i18n_patterns() respect of prefix_default_language a...sarahboyce2023-04-101-0/+6
* Fixed #33985 -- Used app_config.verbose_name in ContentType.__str__().Hrushikesh Vaidya2023-03-091-2/+2
* Refs #33476 -- Applied Black's 2023 stable style.David Smith2023-02-012-10/+0
* Fixed CVE-2023-23969 -- Prevented DoS with pathological values for Accept-Lan...Nick Pope2023-02-011-0/+12
* Refs #32873 -- Removed settings.USE_L10N per deprecation timeline.Mariusz Felisiak2023-01-171-232/+16
* Simplified django.utils.formats.date_format()/time_format() calls.Nick Pope2023-01-041-19/+6
* Refs #34074 -- Used headers argument for RequestFactory and Client in docs an...David Wobrock2023-01-042-26/+42
* Fixed #34074 -- Added headers argument to RequestFactory and Client classes.David Wobrock2022-11-141-2/+2
* Fixed #34069 -- Made LocaleMiddleware respect language from requests when i18...Sergio2022-10-131-5/+16
* Used test client headers in i18n tests.Adam Johnson2022-10-101-115/+79
* Fixed CVE-2022-41323 -- Prevented locales being interpreted as regular expres...Adam Johnson2022-10-041-0/+6
* Updated translations from Transifex.Mariusz Felisiak2022-08-031-11/+7
* Fixed BasicExtractorTests.test_makemessages_find_files() test.Claude Paroz2022-07-261-2/+4
* Fixed #23689 -- Made parsing HTTP Accept-Language header case-insensitive.Zainab Amir2022-06-201-2/+6
* Fixed #33565 -- Improved locale format validation for the makemessages command.Ronnie van den Crommenacker2022-06-081-1/+83
* Fixed #33748 -- Fixed date template filter crash with lazy format.Claude Paroz2022-05-311-0/+3
* Removed 'tests' path prefix in a couple tests.Tim Graham2022-05-021-1/+1
* Fixed #33661 -- Corrected Catalan date-format localization.mpachas2022-04-281-1/+4
* Fixed #16406 -- Added ResolveMatch.captured_kwargs and extra_kwargs.Alokik Vijay2022-03-292-2/+22
* Refs #33476 -- Refactored code to strictly match 88 characters line length.Mariusz Felisiak2022-02-074-39/+83
* Refs #33476 -- Reformatted code with Black.django-bot2022-02-0725-1425/+2019
* Fixed #28628 -- Changed \d to [0-9] in regexes where appropriate.Ad Timmering2022-01-071-0/+1
* Updated translations from Transifex.Mariusz Felisiak2021-12-061-6/+12
* Fixed #33078 -- Added support for language regions in i18n_patterns().Maxim Piskunov2021-12-031-2/+10
* Refs #33078 -- Added extra assertions to MiscTests.test_get_language_from_pat...Mariusz Felisiak2021-12-031-9/+20
* Fixed #6106 -- Prevented makemessages from changing .po files when up to date.Ad Timmering2021-11-114-0/+67
* Fixed #32873 -- Deprecated settings.USE_L10N.Claude Paroz2021-09-141-23/+52
* Fixed #30086, Refs #32873 -- Made floatformat template filter independent of ...Mariusz Felisiak2021-09-081-9/+9
* Fixed #32768 -- Added Vary header when redirecting to prefixed i18n pattern.Alex Hayward2021-09-011-1/+5
* Fixed #32941 -- Removed get_format_modules()'s unused reverse argument.Keryn Knight2021-07-191-10/+3
* Refs #32144 -- Made makemessages remove temporary files on preprocessing error.Carlton Gibson2021-07-012-1/+8
* Fixed #32144 -- Made makemessages remove temporary files when locale path doe...Carlton Gibson2021-07-012-0/+6
* Fixed typo in makemessages error message.Jacob Walls2021-06-211-2/+2
* Fixed typos in test comments.luzpaz2021-06-071-1/+1
* Fixed #32762 -- Fixed locale reset in compilemessages test.Nilo CeĢsar Teixeira2021-05-261-1/+1
* Refs #32738 -- Added sanitize_strftime_format() to replace datetime_safe.Nick Pope2021-05-121-1/+47
* Fixed #32479 -- Added fallbacks to subsequent language codes in translations.Maxim Beder2021-05-051-0/+20
* Fixed capitalization of "ECMAScript" and "JavaScript".Nick Pope2021-04-291-1/+1
* Fixed isolation of i18n.tests.FormattingTests.test_get_custom_format().Mariusz Felisiak2021-04-221-0/+1
* Updated translations from Transifex.Claude Paroz2021-04-061-6/+6
* Fixed #32581 -- Prevented to_locale() from corrupting locale names.Claude Paroz2021-03-221-0/+4
* Added to_locale() tests for 3-char language codes.Claude Paroz2021-03-221-0/+3
* Fixed #32145 -- Improved makemessages error message when app's locale directo...Josh Santos2021-02-091-2/+6
* Refs #15902 -- Stopped set_language() storing user's language in the session.Mariusz Felisiak2021-01-141-20/+4
* Refs #30165 -- Removed ugettext(), ugettext_lazy(), ugettext_noop(), ungettex...Mariusz Felisiak2021-01-141-43/+1
* Fixed #29712 -- Made makemessages warn if locales have hyphens and skip them.manav0142020-11-131-0/+14
* Fixed #20601 -- Allowed forcing format with thousand separators in floatforma...Jacob Walls2020-10-131-0/+24
* Fixed #31850 -- Fixed BasicExtractorTests.test_extraction_warning with xgette...Max Smolens2020-10-071-2/+2
* Fixed #31789 -- Added a new headers interface to HttpResponse.Tom Carrick2020-09-141-12/+12