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
2024-07-25
[4.2.x] Fixed #35627 -- Raised a LookupError rather than an unhandled ValueEr...
Lorenzo Peña
2024-07-09
[4.2.x] Fixed CVE-2024-39614 -- Mitigated potential DoS in get_supported_lang...
Sarah Boyce
2023-05-02
[4.2.x] Fixed #34515 -- Made LocaleMiddleware prefer language from paths when...
Mariusz Felisiak
2023-04-10
[4.2.x] Fixed #34455 -- Restored i18n_patterns() respect of prefix_default_la...
sarahboyce
2023-02-01
[4.2.x] Refs #33476 -- Applied Black's 2023 stable style.
David Smith
2023-02-01
[4.2.x] Fixed CVE-2023-23969 -- Prevented DoS with pathological values for Ac...
Nick Pope
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
2021-09-01
Fixed #32768 -- Added Vary header when redirecting to prefixed i18n pattern.
Alex Hayward
2021-07-19
Fixed #32941 -- Removed get_format_modules()'s unused reverse argument.
Keryn Knight
2021-07-01
Refs #32144 -- Made makemessages remove temporary files on preprocessing error.
Carlton Gibson
2021-07-01
Fixed #32144 -- Made makemessages remove temporary files when locale path doe...
Carlton Gibson
2021-06-21
Fixed typo in makemessages error message.
Jacob Walls
2021-06-07
Fixed typos in test comments.
luzpaz
2021-05-26
Fixed #32762 -- Fixed locale reset in compilemessages test.
Nilo César Teixeira
2021-05-12
Refs #32738 -- Added sanitize_strftime_format() to replace datetime_safe.
Nick Pope
2021-05-05
Fixed #32479 -- Added fallbacks to subsequent language codes in translations.
Maxim Beder
2021-04-29
Fixed capitalization of "ECMAScript" and "JavaScript".
Nick Pope
2021-04-22
Fixed isolation of i18n.tests.FormattingTests.test_get_custom_format().
Mariusz Felisiak
2021-04-06
Updated translations from Transifex.
Claude Paroz
2021-03-22
Fixed #32581 -- Prevented to_locale() from corrupting locale names.
Claude Paroz
2021-03-22
Added to_locale() tests for 3-char language codes.
Claude Paroz
2021-02-09
Fixed #32145 -- Improved makemessages error message when app's locale directo...
Josh Santos
2021-01-14
Refs #15902 -- Stopped set_language() storing user's language in the session.
Mariusz Felisiak
2021-01-14
Refs #30165 -- Removed ugettext(), ugettext_lazy(), ugettext_noop(), ungettex...
Mariusz Felisiak
2020-11-13
Fixed #29712 -- Made makemessages warn if locales have hyphens and skip them.
manav014
2020-10-13
Fixed #20601 -- Allowed forcing format with thousand separators in floatforma...
Jacob Walls
2020-10-07
Fixed #31850 -- Fixed BasicExtractorTests.test_extraction_warning with xgette...
Max Smolens
2020-09-14
Fixed #31789 -- Added a new headers interface to HttpResponse.
Tom Carrick
[next]