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
/
trans_null.py
Age
Commit message (
Expand
)
Author
2007-11-17
Translating safe strings should return a safe result.
Malcolm Tredinnick
2007-10-21
Fixed #2920 -- Removed _() from builtins.
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-05
Small fix to [4931].
Malcolm Tredinnick
2007-04-05
Fixed #3918 -- Handle technical message IDs correctly when settings.USE_I18N is
Malcolm Tredinnick
2006-07-27
Fixed #2408 -- Added get_language_from_request() to trans_null.py. Thanks, ub...
Adrian Holovaty
2006-07-14
Added check_for_language and to_locale to utils.translation.trans_null
Adrian Holovaty
2006-07-11
Added get_language_bidi to django.utils.translation.trans_nuill. Refs #2203
Adrian Holovaty
2006-07-10
Fixed bug in utils.translation.trans_null -- get_date_formats and get_partial...
Adrian Holovaty
2006-07-08
Fixed #2310 -- Changed trans_null.py to use settings.LANGUAGE_CODE instead of...
Adrian Holovaty
2006-07-04
Made django/utils/translation.py into a package django/utils/translation, whi...
Adrian Holovaty