summaryrefslogtreecommitdiff
path: root/django/utils/translation/__init__.py
AgeCommit message (Expand)Author
2015-08-25[1.8.x] Fixed #25295 -- Restored 'no active translation' after language overrideClaude Paroz
2014-08-30Fixed #22820 -- Treated int and long types alike in lazy_numberClaude Paroz
2014-08-28Fixed #23381 -- Context manager restored state should be determined in __enter__Thomas Chaumeny
2014-08-28Fixed #23323 -- Made django.utils.translation.override usable as a decorator.Thomas Chaumeny
2014-07-14Fixed #23005 -- Allowed specifying special fallback languagesClaude Paroz
2014-05-06Fixed #22586 -- Added LANGUAGE_SESSION_KEY to __all__.Tim Graham
2014-02-26Fixed #21389 -- Accept most valid language codesBouke Haarsma
2014-02-22Extra new line to make flake8 happyAlex Gaynor
2014-02-22Fixed #22120 -- Documented persistent activation of languages and cleaned up ...Erik Romijn
2013-11-08Fixed #5849 -- Strip whitespace from blocktransBouke Haarsma
2013-11-02Correct flake8 E302 violationsRay Ashman Jr
2013-11-02Fixed flake8 E241Boryslav Larin
2013-08-30Fixed #20989 -- Removed useless explicit list comprehensions.Simon Charette
2013-02-24Fixes #19763 - LocaleMiddleware should check for supported languages in setti...Łukasz Langa
2013-02-23Fixes #17866: Vary: Accept-Language header when language prefix usedŁukasz Langa
2013-02-23Changed %r to %s in get_language_info error message.Konrad Hałas
2013-02-23Fixed #19811 - Added language code fallback in get_language_info.Konrad Hałas
2013-02-02Made ungettext_lazy usable for messages that do not contain the count.Aymeric Augustin
2013-01-30Fixed #19160 -- Made lazy plural translations usable.Aymeric Augustin
2013-01-29Fixed #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
2012-07-22[py3] Replaced unicode/str by six.text_type/bytes.Aymeric Augustin
2012-06-07Fixed #18269 -- Applied unicode_literals for Python 3 compatibility.Claude Paroz
2012-03-31Fixed #18040 -- Removed so-called project-level locale trees from the list of...Ramiro Morales
2012-03-12Fixed #17873 -- Removed stale code from translation utilities that should hav...Jannis Leidel
2012-02-18Fixed #17720 -- Stopped the LocaleMiddleware from overeagerly using the reque...Jannis Leidel
2011-09-08Fixed #16516 -- Relaxed the blocktrans rendering a little by falling back to ...Jannis Leidel
2011-06-15Fixed #11585 -- Added ability to translate and prefix URL patterns with a lan...Jannis Leidel
2011-05-10Added missing callables to django.utils.translation.__all__ (`override` and `...Jannis Leidel
2011-05-06Added django.utils.translation.override context manager to easily activate an...Jannis Leidel
2011-04-02Advanced deprecations in django.utils.translation.Russell Keith-Magee
2011-02-12Fixed #15286 -- Don't show deprecation warning if project locale dir is inclu...Jannis Leidel
2011-02-07Fixed #5494, #10765, #14924 -- Modified the order in which translations are r...Ramiro Morales
2010-12-12Fixed #4030 -- Added ability to translate language names. Thanks to Antti Kai...Jannis Leidel
2010-12-04Fixed #12201 -- Added a lineno attibute to template Token so e.g. we can repo...Ramiro Morales
2010-11-04Fixed #9988 -- Added support for translation contexts. Thanks, Claude Paroz.Jannis Leidel
2010-09-27Fixed #14306 -- Cleaned up django.utils.translation module a bit to be quicke...Jannis Leidel
2010-03-29Fixed #13234 -- Rejiggered the imports in the translation utils . Thanks to r...Russell Keith-Magee
2010-03-27Fixed #12769, #12924 -- Corrected the pickling of curried and lazy objects, w...Russell Keith-Magee
2008-08-28Fixed #8654: added `ugettext_lazy` to `django.utils.translation.__all__`.Jacob Kaplan-Moss
2007-10-21Fixed #2920 -- Removed _() from builtins.Malcolm Tredinnick
2007-10-03Fixed #5674 -- Fixed a typo in a docstring from [6446]. Thanks, ski.whitespac...Malcolm Tredinnick
2007-10-03Fixed #4796. Fixed a problem when using i18n support for the first time -- inMalcolm Tredinnick
2007-07-04Merged Unicode branch into trunk (r4952:5608). This should be fullyMalcolm Tredinnick
2007-04-03Fixed #3900 -- Included missing function in utils/translation/__init__.py.Malcolm Tredinnick
2007-04-02Delayed the reading of settings.USE_I18N until the first use of the i18nMalcolm Tredinnick
2006-07-04Made django/utils/translation.py into a package django/utils/translation, whi...Adrian Holovaty