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
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
2015-12-18
Fixed #25915 -- Allowed language not in Django's default LANGUAGES
Claude Paroz
2015-11-11
Fixed #25720 -- Made gettext() return bytestring on Python 2 if input is byte...
Marti Raudsepp
2015-10-22
Fixed #25571 -- Fixed boolean evaluation of ungettext_lazy
Claude Paroz
2015-09-04
Fixed #25297 -- Allowed makemessages to work with {% trans %} tags that use t...
Alexandre Pocquet
2015-08-25
Fixed #25295 -- Restored 'no active translation' after language override
Claude Paroz
2015-08-12
Fixed #24257 -- Corrected i18n handling of percent signs.
Doug Beck
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
2015-04-24
Fixed #24063 -- Allowed locale variants supported by gettext.
Michal Čihař
2015-04-04
Fixed #24569 -- Made some translation functions accept None value
Claude Paroz
2015-03-21
Fixed #24515 -- Fixed DjangoTranslation plural handling
Claude Paroz
2015-03-20
Cleaned up the template debug implementation.
Preston Timmons
2015-02-28
Fixed #24413 -- Prevented translation fallback for English
Claude Paroz
2015-02-06
Sorted imports with isort; refs #23860.
Tim Graham
2015-01-17
Removed deprecated Chinese language codes; refs #18149.
Tim Graham
2015-01-08
Fixed #24073 -- Returned None for get_language when translations are deactivated
Claude Paroz
2014-12-28
Cleaned up the django.template namespace.
Aymeric Augustin
2014-12-26
Fixed #24045 -- Removed useless mark_safe() call in trans_null.py
Tim Graham
2014-12-24
Fixed #20349 -- Moved setting_changed signal to django.core.signals.
Collin Anderson
2014-11-19
Simplified caching of supported languages.
Aymeric Augustin
2014-09-21
Fixed #23196 -- Short-circuited empty string translation
Yuri Kriachko
2014-09-05
Limited lines to 119 characters in django/
Tim Graham
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-06-23
Fixed #8033 -- Explained app registry error during translation setup
Claude Paroz
2014-06-16
Fixed #21498: Don't use a fallback language if you're en-us.
Andrew Godwin
2014-06-06
Fixed #22773 -- Forced templatize() to return unicode
Claude Paroz
2014-05-25
Removed code deprecated from Django 1.2
Claude Paroz
2014-05-24
Applied unicode_literals to makemessages command
Claude Paroz
2014-05-06
Fixed #22586 -- Added LANGUAGE_SESSION_KEY to __all__.
Tim Graham
2014-05-02
Fixed #22565 -- Prevented pgettext_lazy crash with bytestring input
Claude Paroz
[next]