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
2014-08-30
[1.7.x] Fixed #22820 -- Treated int and long types alike in lazy_number
Claude Paroz
2014-08-12
[1.7.x] Revert "Applied unicode_literals to makemessages command"
Claude Paroz
2014-06-23
[1.7.x] Fixed #8033 -- Explained app registry error during translation setup
Claude Paroz
2014-06-06
[1.7.x] Fixed #22773 -- Forced templatize() to return unicode
Claude Paroz
2014-05-25
[1.7.x] Removed code deprecated from Django 1.2
Claude Paroz
2014-05-24
[1.7.x] Applied unicode_literals to makemessages command
Claude Paroz
2014-05-06
[1.7.x] Fixed #22586 -- Added LANGUAGE_SESSION_KEY to __all__.
Tim Graham
2014-05-02
[1.7.x] Fixed #22565 -- Prevented pgettext_lazy crash with bytestring input
Claude Paroz
2014-03-29
[1.7.x] Increased memoization cache size for language codes.
Aymeric Augustin
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
2013-11-03
Fixed #14170 -- Reset i18n cache when settings change
Bouke Haarsma
2013-11-02
Correct flake8 E302 violations
Ray Ashman Jr
2013-11-02
Fixed flake8 E241
Boryslav Larin
2013-10-26
Fixed all the E203 violations
Alex Gaynor
2013-10-26
Fixed up some more flake8 violations (this particular violation still has man...
Alex Gaynor
2013-10-22
Fixed #5789 -- Changed LocaleMiddleware session variable to '_language'.
Bouke Haarsma
2013-10-17
Fixed #21270 -- Fixed E701 pep8 warnings
Alasdair Nicol
2013-10-10
Whitespace cleanup.
Tim Graham
2013-09-09
Fixed #21078 -- Handled additional bad Accept-Language header
Josh Mize
2013-09-03
Fixed "indentation is not a multiple of four" pep8 issues.
Tim Graham
2013-08-30
Fixed #20989 -- Removed useless explicit list comprehensions.
Simon Charette
2013-08-04
Deprecated SortedDict (replaced with collections.OrderedDict)
Curtis Maloney
2013-07-29
Deprecated django.utils.importlib
Claude Paroz
2013-05-25
Removed obsolete attribute of DjangoTranslation
Claude Paroz
2013-05-19
Fixed #11915: generic Accept-Language matches country-specific variants
Łukasz Langa
2013-05-18
Fixed #14894 -- Ensure that activating a translation doesn't run into threadi...
Florian Apolloner
2013-05-18
Fixes #19919: get_language_from_request() disregards "en-us" and "en" languages
Łukasz Langa
2013-05-17
Replaced an antiquated pattern.
Aymeric Augustin
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
[next]