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