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
2015-12-18
[1.8.x] Fixed #25915 -- Allowed language not in Django's default LANGUAGES
Claude Paroz
2015-11-11
[1.8.x] Fixed #25720 -- Made gettext() return bytestring on Python 2 if input...
Marti Raudsepp
2015-08-25
[1.8.x] Fixed #25295 -- Restored 'no active translation' after language override
Claude Paroz
2015-04-04
[1.8.x] Fixed #24569 -- Made some translation functions accept None value
Claude Paroz
2015-03-21
[1.8.x] Fixed #24515 -- Fixed DjangoTranslation plural handling
Claude Paroz
2015-02-28
[1.8.x] Fixed #24413 -- Prevented translation fallback for English
Claude Paroz
2015-02-09
[1.8.x] Sorted imports with isort; refs #23860.
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
2014-04-30
flake8 fixes.
Tim Graham
2014-04-30
Refactored DjangoTranslation class
Doug Beck
2014-04-02
Refactor. Stop using memory for list copies.
Tomasz Wysocki
2014-03-29
Increased memoization cache size for language codes.
Aymeric Augustin
2014-03-21
Removed reading of old 'django_language' session variable per deprecation tim...
Tim Graham
2014-03-18
Fixed #22283 -- Updated documentation referring to non-existent tuples.
Matthew Somerville
2014-03-08
Fixed #21188 -- Introduced subclasses for to-be-removed-in-django-XX warnings
Claude Paroz
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-12-24
Renamed AppCache to Apps.
Aymeric Augustin
2013-12-22
Moved apps back in the toplevel django namespace.
Aymeric Augustin
2013-12-22
Stopped iterating on INSTALLED_APPS.
Aymeric Augustin
2013-12-04
Fixed 21406 -- Made blocktrans 'trimmed' option preserve line numbers.
Bouke Haarsma
2013-11-20
Fixed #21458 -- Made check_for_language more resistant to malformed input.
Baptiste Mispelon
2013-11-11
Fixed #21351 -- Replaced memoize with Python's lru_cache.
Bouke Haarsma
2013-11-08
Fixed #5849 -- Strip whitespace from blocktrans
Bouke Haarsma
2013-11-06
flake8 fixes
Alex Gaynor
2013-11-06
Distinguish between browser-deprecated locales and internally
Baptiste Mispelon
2013-11-05
Fix python2 breakage caused by e5e044da87800feb6ef63fef1765d8c05022d926.
Baptiste Mispelon
2013-11-05
Fixed #18419 -- Full backwards compatibility for old language codes
Bouke Haarsma
2013-11-04
Fixed python3 breakage introduced by c0a2388a1c4ead1afaec98e4ebc953a772ca3849.
Baptiste Mispelon
2013-11-04
Fixed #18149 -- Changed language codes for Chinese
Bouke Haarsma
2013-11-04
Merge pull request #1821 from Bouke/tickets/14170
Aymeric Augustin
2013-11-03
Fixed all E226 violations
Alex Gaynor
[next]