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
/
__init__.py
Age
Commit message (
Expand
)
Author
2010-03-29
Fixed #13234 -- Rejiggered the imports in the translation utils . Thanks to r...
Russell Keith-Magee
2010-03-27
Fixed #12769, #12924 -- Corrected the pickling of curried and lazy objects, w...
Russell Keith-Magee
2008-08-28
Fixed #8654: added `ugettext_lazy` to `django.utils.translation.__all__`.
Jacob Kaplan-Moss
2007-10-21
Fixed #2920 -- Removed _() from builtins.
Malcolm Tredinnick
2007-10-03
Fixed #5674 -- Fixed a typo in a docstring from [6446]. Thanks, ski.whitespac...
Malcolm Tredinnick
2007-10-03
Fixed #4796. Fixed a problem when using i18n support for the first time -- in
Malcolm Tredinnick
2007-07-04
Merged Unicode branch into trunk (r4952:5608). This should be fully
Malcolm Tredinnick
2007-04-03
Fixed #3900 -- Included missing function in utils/translation/__init__.py.
Malcolm Tredinnick
2007-04-02
Delayed the reading of settings.USE_I18N until the first use of the i18n
Malcolm Tredinnick
2006-07-04
Made django/utils/translation.py into a package django/utils/translation, whi...
Adrian Holovaty