index
:
chango.git
devmain
fix-31295
initial-branch
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
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
2018-03-03
Fixed #29144 -- Made untranslated strings for territorial language variants u...
Patryk Zawadzki
2018-02-23
Fixed #27449 -- Added django.utils.translation.get_supported_language_variant().
Sebastian Sangervasi
2018-02-21
Changed "language-code" to the more commonly used "language code".
Sebastian Sangervasi
2018-02-20
Fixed #28755 -- Made check_for_language() include apps' locale directories.
Chillar Anand
2017-12-26
Fixed #28930 -- Simplified code with any() and all().
Дилян Палаузов
2017-12-04
Fixed #28860 -- Removed unnecessary len() calls.
Дилян Палаузов
2017-10-21
Removed unnecessary tuple()/list() calls.
Mads Jensen
2017-10-02
Fixed #28642 -- Added caching to parse_accept_lang_header().
Tom
2017-09-29
Refs #27067 -- Removed string_concat in django.utils.translation.__all__.
Mariusz Felisiak
2017-09-22
Refs #27067 -- Removed django.utils.translation.string_concat() per deprecati...
Tim Graham
2017-09-08
Fixed #28546 -- Fixed translation's to_locale() with langauge subtags.
Tim Graham
2017-09-08
Removed to_lower parameter for translation's to_locale().
Tim Graham
2017-09-07
Reverted "Fixed #27818 -- Replaced try/except/pass with contextlib.suppress()."
Tim Graham
2017-06-28
Fixed #27818 -- Replaced try/except/pass with contextlib.suppress().
Mads Jensen
2017-06-15
Fixed #28304 -- Kept SafeData type for pgettext-translated strings
Claude Paroz
2017-04-27
Refs #27795 -- Replaced many force_text() with str()
Claude Paroz
2017-03-04
Refs #27795 -- Removed unneeded force_text calls
Claude Paroz
2017-02-11
Refs #27656 -- Updated django.utils docstring verbs according to PEP 257.
Anton Samarchyan
2017-02-07
Converted usage of ugettext* functions to their gettext* aliases
Claude Paroz
2017-02-06
Refs #27795 -- Removed force_text from templatize function
Claude Paroz
2017-01-28
Made ugettext* functions aliases of gettext*
Claude Paroz
2017-01-26
Refs #23919, #27778 -- Removed obsolete mentions of unicode.
Vytis Banaitis
2017-01-21
Refs #23919 -- Removed misc references to Python 2.
Tim Graham
2017-01-20
Refs #23919 -- Removed unneeded str() calls
Claude Paroz
2017-01-20
Refs #23919 -- Removed django.utils._os.upath()/npath()/abspathu() usage.
Tim Graham
[next]