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
/
__init__.py
Age
Commit message (
Expand
)
Author
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-05-12
Moved to_language() to django.utils.translation.
Tim Graham
2018-05-12
Consolidated duplicate to_locale() implementations.
Tim Graham
2018-02-23
Fixed #27449 -- Added django.utils.translation.get_supported_language_variant().
Sebastian Sangervasi
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-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-04-27
Refs #27795 -- Replaced many force_text() with str()
Claude Paroz
2017-02-07
Converted usage of ugettext* functions to their gettext* aliases
Claude Paroz
2017-01-28
Made ugettext* functions aliases of gettext*
Claude Paroz
2017-01-19
Refs #23919 -- Removed usage of django.utils.decorators.ContextDecorator.
Chillar Anand
2017-01-19
Refs #23919 -- Removed __nonzero__() methods (for Python 2).
Simon Charette
2017-01-19
Refs #23919 -- Stopped inheriting from object to define new style classes.
Simon Charette
2017-01-18
Refs #23919 -- Removed six.<various>_types usage
Claude Paroz
2017-01-18
Refs #23919 -- Removed encoding preambles and future imports
Claude Paroz
2016-11-14
Fixed E305 flake8 warnings.
Ramin Farajpour Cami
2016-10-01
Refs #26940 -- Re-allowed makemessages without settings
Claude Paroz
2016-09-17
Refs #27025 -- Fixed "invalid escape sequence" warnings in Python 3.6.
Tim Graham
2016-08-25
Fixed #27067 -- Deprecated string_concat() in favor of format_lazy().
Mattias Loverot
2016-08-11
Fixed #27034 -- Made makemessages independent of USE_I18N
Claude Paroz
2016-04-08
Fixed E128 flake8 warnings in django/.
Tim Graham
2016-02-15
Fixed #26212 -- Made forms.FileField and translation.lazy_number() picklable.
Alexey Kotlyarov
2015-10-22
Fixed #25571 -- Fixed boolean evaluation of ungettext_lazy
Claude Paroz
2015-08-25
Fixed #25295 -- Restored 'no active translation' after language override
Claude Paroz
2015-06-27
Sorted imports in __init__.py files.
Tim Graham
2015-06-02
Fixed #24230 -- Added translated language name for i18n template tag/filter.
Tomáš Ehrlich
2014-08-30
Fixed #22820 -- Treated int and long types alike in lazy_number
Claude Paroz
2014-08-28
Fixed #23381 -- Context manager restored state should be determined in __enter__
Thomas Chaumeny
2014-08-28
Fixed #23323 -- Made django.utils.translation.override usable as a decorator.
Thomas Chaumeny
2014-07-14
Fixed #23005 -- Allowed specifying special fallback languages
Claude Paroz
2014-05-06
Fixed #22586 -- Added LANGUAGE_SESSION_KEY to __all__.
Tim Graham
2014-02-26
Fixed #21389 -- Accept most valid language codes
Bouke Haarsma
2014-02-22
Extra new line to make flake8 happy
Alex Gaynor
2014-02-22
Fixed #22120 -- Documented persistent activation of languages and cleaned up ...
Erik Romijn
2013-11-08
Fixed #5849 -- Strip whitespace from blocktrans
Bouke Haarsma
2013-11-02
Correct flake8 E302 violations
Ray Ashman Jr
2013-11-02
Fixed flake8 E241
Boryslav Larin
2013-08-30
Fixed #20989 -- Removed useless explicit list comprehensions.
Simon Charette
2013-02-24
Fixes #19763 - LocaleMiddleware should check for supported languages in setti...
Łukasz Langa
2013-02-23
Fixes #17866: Vary: Accept-Language header when language prefix used
Łukasz Langa
2013-02-23
Changed %r to %s in get_language_info error message.
Konrad Hałas
2013-02-23
Fixed #19811 - Added language code fallback in get_language_info.
Konrad Hałas
2013-02-02
Made ungettext_lazy usable for messages that do not contain the count.
Aymeric Augustin
2013-01-30
Fixed #19160 -- Made lazy plural translations usable.
Aymeric Augustin
2013-01-29
Fixed #19552 -- Enhanced makemessages handling of ``{# #}``-style template co...
Ramiro Morales
2012-08-18
[py3] Stopped attempting to translate bytes.
Aymeric Augustin
2012-08-07
[py3] Ported django.utils.encoding.
Aymeric Augustin
[next]