index
:
django.git
fix-31295
main
stable/5.2.x
stable/6.0.x
django
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
/
i18n
Age
Commit message (
Expand
)
Author
2026-03-06
Fixed #36679 -- Fixed Basque date formats to use parenthetical declension suf...
Unai Loidi
2026-02-21
Fixed a typo in tests/i18n/tests.py.
jun
2026-01-18
Applied Black's 2026 stable style.
Mariusz Felisiak
2025-09-23
Fixed #36543 -- Fixed time formats for fr_CA.
Mridul Dhall
2025-08-12
Fixed #36368 -- Prevented duplicate locale paths and write_po_file calls in m...
michalpokusa
2025-07-23
Refs #36500 -- Rewrapped long docstrings and block comments via a script.
django-bot
2025-06-11
Fixed #36421 -- Made test_msgfmt_error_including_non_ascii compatible with ms...
Jericho Serrano
2025-01-23
Fixed #36010 -- Avoided touching mo files while checking writability.
Claude Paroz
2024-12-09
Fixed #35973 -- Improved makemessages locale validation to handle numeric reg...
Juan Pablo Mallarino
2024-09-16
Fixed #34221 -- Honored translation precedence with mixed plural forms.
Claude Paroz
2024-08-30
Dropped safeguards against very old versions of gettext.
Claude Paroz
2024-08-07
Fixed i18n.tests.TranslationTests.test_plural to use correct French translation.
Natalia
2024-07-25
Fixed #35627 -- Raised a LookupError rather than an unhandled ValueError in g...
Lorenzo Peña
2024-07-09
Fixed CVE-2024-39614 -- Mitigated potential DoS in get_supported_language_var...
Sarah Boyce
2024-03-04
Updated fuzzy translations in tests.i18n.patterns.
Mariusz Felisiak
2024-03-02
Refs #26431 -- Added more test for translated path().
Adam Johnson
2024-03-02
Updated translation catalogs in tests.i18n.patterns.
Adam Johnson
2023-12-31
Used addCleanup() in tests where appropriate.
Mariusz Felisiak
2023-11-13
Fixed #34952 -- Copied dir list when processing locale folders to avoid missi...
Andrew Cordery
2023-09-22
Fixed #34848 -- Ignored i18n_catalog.js file when building Django's translati...
Natalia
2023-07-14
Fixed #34448 -- Doc'd and tested --no-obsolete option of makemessages.
Tushar
2023-05-02
Fixed #34515 -- Made LocaleMiddleware prefer language from paths when i18n pa...
Mariusz Felisiak
2023-04-10
Fixed #34455 -- Restored i18n_patterns() respect of prefix_default_language a...
sarahboyce
2023-03-09
Fixed #33985 -- Used app_config.verbose_name in ContentType.__str__().
Hrushikesh Vaidya
2023-02-01
Refs #33476 -- Applied Black's 2023 stable style.
David Smith
2023-02-01
Fixed CVE-2023-23969 -- Prevented DoS with pathological values for Accept-Lan...
Nick Pope
2023-01-17
Refs #32873 -- Removed settings.USE_L10N per deprecation timeline.
Mariusz Felisiak
2023-01-04
Simplified django.utils.formats.date_format()/time_format() calls.
Nick Pope
2023-01-04
Refs #34074 -- Used headers argument for RequestFactory and Client in docs an...
David Wobrock
2022-11-14
Fixed #34074 -- Added headers argument to RequestFactory and Client classes.
David Wobrock
2022-10-13
Fixed #34069 -- Made LocaleMiddleware respect language from requests when i18...
Sergio
2022-10-10
Used test client headers in i18n tests.
Adam Johnson
2022-10-04
Fixed CVE-2022-41323 -- Prevented locales being interpreted as regular expres...
Adam Johnson
2022-08-03
Updated translations from Transifex.
Mariusz Felisiak
2022-07-26
Fixed BasicExtractorTests.test_makemessages_find_files() test.
Claude Paroz
2022-06-20
Fixed #23689 -- Made parsing HTTP Accept-Language header case-insensitive.
Zainab Amir
2022-06-08
Fixed #33565 -- Improved locale format validation for the makemessages command.
Ronnie van den Crommenacker
2022-05-31
Fixed #33748 -- Fixed date template filter crash with lazy format.
Claude Paroz
2022-05-02
Removed 'tests' path prefix in a couple tests.
Tim Graham
2022-04-28
Fixed #33661 -- Corrected Catalan date-format localization.
mpachas
2022-03-29
Fixed #16406 -- Added ResolveMatch.captured_kwargs and extra_kwargs.
Alokik Vijay
2022-02-07
Refs #33476 -- Refactored code to strictly match 88 characters line length.
Mariusz Felisiak
2022-02-07
Refs #33476 -- Reformatted code with Black.
django-bot
2022-01-07
Fixed #28628 -- Changed \d to [0-9] in regexes where appropriate.
Ad Timmering
2021-12-06
Updated translations from Transifex.
Mariusz Felisiak
2021-12-03
Fixed #33078 -- Added support for language regions in i18n_patterns().
Maxim Piskunov
2021-12-03
Refs #33078 -- Added extra assertions to MiscTests.test_get_language_from_pat...
Mariusz Felisiak
2021-11-11
Fixed #6106 -- Prevented makemessages from changing .po files when up to date.
Ad Timmering
2021-09-14
Fixed #32873 -- Deprecated settings.USE_L10N.
Claude Paroz
2021-09-08
Fixed #30086, Refs #32873 -- Made floatformat template filter independent of ...
Mariusz Felisiak
[next]