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
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
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 -- Stopped using django.utils.lru_cache().
Aymeric Augustin
2017-01-18
Refs #23919 -- Removed most of remaining six usage
Claude Paroz
2017-01-18
Refs #23919 -- Removed six.<various>_types usage
Claude Paroz
2017-01-18
Refs #23919 -- Removed six.PY2/PY3 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-11-07
Fixed #27454 -- Skipped gettext calls for apps without a locale dir.
Carl Meyer
2016-10-31
Fixed #27063 -- Prevented i18n_patterns() from using too much of the URL as t...
Krzysztof Urbaniak
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-06-13
Fixed #26746 -- Fixed handling of zero priority in Accept-Language header par...
Vytis Banaitis
2016-06-11
Fixed #26744 -- Fixed a typo in regex for Accept-Language header parsing.
Vytis Banaitis
2016-06-08
Fixed #26705 -- Fixed plural versions of languages not supported by Django.
Thejaswi Puthraya
2016-04-08
Fixed E128 flake8 warnings in django/.
Tim Graham
2016-04-04
Fixed W503 flake8 warnings.
Tim Graham
2016-03-08
Reused the DjangoTranslation class for the javascript_catalog view
Claude Paroz
2016-02-15
Fixed #26212 -- Made forms.FileField and translation.lazy_number() picklable.
Alexey Kotlyarov
2016-01-25
Fixed #26125 -- Fixed E731 flake warnings.
userimack
2016-01-23
Fixed #26093 -- Allowed escape sequences extraction by gettext on Python 3
Claude Paroz
2016-01-06
Fixed #26046 -- Fixed a crash with translations and Django-unknown language code
Claude Paroz
[prev]
[next]