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
/
encoding.py
Age
Commit message (
Expand
)
Author
2007-06-01
unicode: Reverted [5388] and fixed the problem in a different way. Checked
Malcolm Tredinnick
2007-05-31
unicode: Changed handling of None in smart_unicode/force_unicode. There is no
Malcolm Tredinnick
2007-05-24
unicode: Fixed one of the changes in [5320] in a slightly different way. This
Malcolm Tredinnick
2007-05-22
unicode: Made lazy translation objects work properly. Fixed #4295, #4320.
Malcolm Tredinnick
2007-05-19
unicode: Fixed iri_to_uri() to be not quite as broken (I think it's spec
Malcolm Tredinnick
2007-05-17
unicode: Added iri_to_uri() utility function and use it in the databrowse app.
Malcolm Tredinnick
2007-05-12
unicode: Added some bullet-proofing to the output encoding path. Passing bady
Malcolm Tredinnick
2007-04-27
unicode: Changed StrAndUnicode class to be consistent with everything else as
Malcolm Tredinnick
2007-04-09
unicode: Converted the template output and database I/O interfaces to
Malcolm Tredinnick
2007-04-04
Added a FIXME that I forgot to include earlier.
Malcolm Tredinnick
2007-04-04
Moved smart_unicode and StrAndUnicode to django.utils.encoding. They are useful
Malcolm Tredinnick