Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/django/utils/translation/__init__.py
Commit message (Expand)AuthorAgeFilesLines
* Fixed #25571 -- Fixed boolean evaluation of ungettext_lazyClaude Paroz2015-10-221-0/+6
* Fixed #25295 -- Restored 'no active translation' after la...Claude Paroz2015-08-251-1/+3
* Sorted imports in __init__.py files.Tim Graham2015-06-271-2/+3
* Fixed #24230 -- Added translated language name for i18n t...Tomáš Ehrlich2015-06-021-3/+8
* Fixed #22820 -- Treated int and long types alike in lazy_...Claude Paroz2014-08-301-1/+1
* Fixed #23381 -- Context manager restored state should be ...Thomas Chaumeny2014-08-291-1/+1
* Fixed #23323 -- Made django.utils.translation.override us...Thomas Chaumeny2014-08-281-1/+2
* Fixed #23005 -- Allowed specifying special fallback langu...Claude Paroz2014-07-141-1/+4
* Fixed #22586 -- Added LANGUAGE_SESSION_KEY to __all__.Tim Graham2014-05-071-0/+1
* Fixed #21389 -- Accept most valid language codesBouke Haarsma2014-02-261-2/+2
* Extra new line to make flake8 happyAlex Gaynor2014-02-221-0/+1
* Fixed #22120 -- Documented persistent activation of langu...Erik Romijn2014-02-221-0/+1
* Fixed #5849 -- Strip whitespace from blocktransBouke Haarsma2013-11-071-1/+7
* Correct flake8 E302 violationsRay Ashman Jr2013-11-031-0/+24
* Fixed flake8 E241Boryslav Larin2013-11-021-1/+1
* Fixed #20989 -- Removed useless explicit list comprehensi...Simon Charette2013-08-301-1/+1
* Fixes #19763 - LocaleMiddleware should check for supporte...Łukasz Langa2013-02-241-7/+7
* Fixes #17866: Vary: Accept-Language header when language ...Łukasz Langa2013-02-231-2/+2
* Changed %r to %s in get_language_info error message.Konrad Hałas2013-02-231-2/+2
* Fixed #19811 - Added language code fallback in get_langua...Konrad Hałas2013-02-231-0/+6
* Made ungettext_lazy usable for messages that do not conta...Aymeric Augustin2013-02-021-1/+7
* Fixed #19160 -- Made lazy plural translations usable.Aymeric Augustin2013-01-301-3/+32
* Fixed #19552 -- Enhanced makemessages handling of ``{# #}...Ramiro Morales2013-01-291-0/+5
* [py3] Stopped attempting to translate bytes.Aymeric Augustin2012-08-181-3/+3
* [py3] Ported django.utils.encoding.Aymeric Augustin2012-08-071-2/+2
* [py3] Replaced unicode/str by six.text_type/bytes.Aymeric Augustin2012-07-221-7/+8
* Fixed #18269 -- Applied unicode_literals for Python 3 com...Claude Paroz2012-06-071-1/+3
* Fixed #18040 -- Removed so-called project-level locale tr...Ramiro Morales2012-04-011-18/+0
* Fixed #17873 -- Removed stale code from translation utili...Jannis Leidel2012-03-121-7/+0
* Fixed #17720 -- Stopped the LocaleMiddleware from overeag...Jannis Leidel2012-02-181-2/+2
* Fixed #16516 -- Relaxed the blocktrans rendering a little...Jannis Leidel2011-09-081-1/+4
* Fixed #11585 -- Added ability to translate and prefix URL...Jannis Leidel2011-06-151-0/+3
* Added missing callables to django.utils.translation.__all...Jannis Leidel2011-05-101-7/+13
* Added django.utils.translation.override context manager t...Jannis Leidel2011-05-061-0/+15
* Advanced deprecations in django.utils.translation.Russell Keith-Magee2011-04-021-1/+1
* Fixed #15286 -- Don't show deprecation warning if project...Jannis Leidel2011-02-121-8/+12
* Fixed #5494, #10765, #14924 -- Modified the order in whic...Ramiro Morales2011-02-071-1/+16
* Fixed #4030 -- Added ability to translate language names....Jannis Leidel2010-12-131-1/+8
* Fixed #12201 -- Added a lineno attibute to template Token...Ramiro Morales2010-12-041-2/+2
* Fixed #9988 -- Added support for translation contexts. Th...Jannis Leidel2010-11-041-1/+10
* Fixed #14306 -- Cleaned up django.utils.translation modul...Jannis Leidel2010-09-271-31/+37
* Fixed #13234 -- Rejiggered the imports in the translation...Russell Keith-Magee2010-03-291-4/+3
* Fixed #12769, #12924 -- Corrected the pickling of curried...Russell Keith-Magee2010-03-271-20/+14
* Fixed #8654: added `ugettext_lazy` to `django.utils.trans...Jacob Kaplan-Moss2008-08-281-1/+1
* Fixed #2920 -- Removed _() from builtins.Malcolm Tredinnick2007-10-211-4/+1
* Fixed #5674 -- Fixed a typo in a docstring from [6446]. T...Malcolm Tredinnick2007-10-041-1/+1
* Fixed #4796. Fixed a problem when using i18n support for ...Malcolm Tredinnick2007-10-031-5/+9
* Merged Unicode branch into trunk (r4952:5608). This shoul...Malcolm Tredinnick2007-07-041-5/+18
* Fixed #3900 -- Included missing function in utils/transla...Malcolm Tredinnick2007-04-031-1/+4
* Delayed the reading of settings.USE_I18N until the first ...Malcolm Tredinnick2007-04-021-6/+92