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
/
django
/
utils
/
translation
Age
Commit message (
Expand
)
Author
2025-07-23
Refs #36500 -- Rewrapped long docstrings and block comments via a script.
django-bot
2025-03-30
Fixed warnings per flake8 7.2.0.
Mariusz Felisiak
2024-09-16
Fixed #34221 -- Honored translation precedence with mixed plural forms.
Claude Paroz
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-01-26
Applied Black's 2024 stable style.
Mariusz Felisiak
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-02-01
Fixed CVE-2023-23969 -- Prevented DoS with pathological values for Accept-Lan...
Nick Pope
2022-11-10
Updated documentation and comments for RFC updates.
Nick Pope
2022-10-31
Used more augmented assignment statements.
Nick Pope
2022-10-13
Fixed #34069 -- Made LocaleMiddleware respect language from requests when i18...
Sergio
2022-06-20
Fixed #23689 -- Made parsing HTTP Accept-Language header case-insensitive.
Zainab Amir
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
Refs #32355 -- Removed unnecessary list() calls before reversed() on dictviews.
Mariusz Felisiak
2022-01-07
Fixed #28628 -- Changed \d to [0-9] in regexes where appropriate.
Ad Timmering
2021-12-17
Changed signatures of setting_changed signal receivers.
Adam Johnson
2021-12-03
Fixed #33078 -- Added support for language regions in i18n_patterns().
Maxim Piskunov
2021-09-27
Refs #32355 -- Used @functools.lru_cache as a straight decorator.
Mariusz Felisiak
2021-08-05
Refs #32986 -- Moved TRANSLATOR_COMMENT_MARK to django.utils.translation.temp...
Chris Jerdonek
2021-05-05
Fixed #32479 -- Added fallbacks to subsequent language codes in translations.
Maxim Beder
2021-03-22
Fixed #32581 -- Prevented to_locale() from corrupting locale names.
Claude Paroz
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-05
Fixed #25791 -- Implement autoreload behaviour for cached template loader.
Tom Forbes
2020-07-30
Bumped minimum isort version to 5.1.0.
David Smith
2020-06-01
Fixed #31570 -- Corrected translation loading for apps providing territorial ...
Carlton Gibson
2020-05-11
Refs #30116 -- Simplified regex match group access with Match.__getitem__().
Jon Dufresne
2020-05-04
Refs #30372 -- Stopped watching built-in Django translation files by auto-rel...
Tom Forbes
2020-03-10
Fixed #30439 -- Added support for different plural forms for a language.
Claude Paroz
2019-12-18
Fixed #30585 -- Added {% translate %} and {% blocktranslate %} template tags.
Mike Hansen
2019-10-29
Fixed #30899 -- Lazily compiled import time regular expressions.
Hasan Ramezani
2019-07-24
Fixed #30647 -- Fixed crash of autoreloader when extra directory cannot be re...
Tom Forbes
2019-06-20
Fixed #30451 -- Added ASGI handler and coroutine-safety.
Andrew Godwin
2019-06-11
Fixed #27486 -- Fixed Python 3.7 DeprecationWarning in intword and filesizefo...
Jon Dufresne
2019-02-14
Refs #15902 -- Deprecated storing user's language in the session.
Claude Paroz
2019-02-08
Fixed #30165 -- Deprecated ugettext(), ugettext_lazy(), ugettext_noop(), unge...
Jon Dufresne
2019-02-06
Fixed #30159 -- Removed unneeded use of OrderedDict.
Nick Pope
2019-01-28
Fixed #30137 -- Replaced OSError aliases with the canonical OSError.
Jon Dufresne
2019-01-13
Fixed #27685 -- Added watchman support to the autoreloader.
Tom Forbes
2018-12-06
Fixed #29986 -- Added .format() support to ngettext_lazy strings.
Patrick Arminio
2018-11-23
Improved readability of translation's to_locale().
Jaap Roes
2018-11-06
Refs #29926 -- Removed usage of gettext.translation()'s deprecated codeset pa...
Tim Graham
2018-09-28
Refs #28909 -- Simplifed code using unpacking generalizations.
Sergey Fedoseev
2018-05-12
Moved to_language() to django.utils.translation.
Tim Graham
2018-05-12
Consolidated duplicate to_locale() implementations.
Tim Graham
2018-05-12
Aliased trans_null.to_locale() to trans_real.to_locale().
Hasan Ramezani
2018-05-10
Replaced TOKEN_* constants by TokenType enums.
Claude Paroz
2018-03-16
Fixed hanging indentation in various code.
Mariusz Felisiak
[next]