summaryrefslogtreecommitdiff
path: root/django/utils/translation/__init__.py
AgeCommit message (Expand)Author
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