summaryrefslogtreecommitdiff
path: root/django/utils
AgeCommit message (Expand)Author
2007-06-26Worked around the situation when getdefaultlocale() might return (None, None),Malcolm Tredinnick
2007-06-25unicode: A different version of [5532], based on feedback from Windows usersMalcolm Tredinnick
2007-06-25unicode: Fixed #4662 -- Fixed a remaining ASCII assumption inMalcolm Tredinnick
2007-06-25unicode: Fixed an encoding problem that was showing up on non-English versionsMalcolm Tredinnick
2007-06-25unicode: Merged from trunk up to [5530]. Oracle backend has not been ported toMalcolm Tredinnick
2007-06-18unicode: Implemented comparisons between *_lazy() objects. comparingMalcolm Tredinnick
2007-06-03unicode: Implemented string interpolation for lazy objects.Malcolm Tredinnick
2007-06-01unicode: Reverted [5388] and fixed the problem in a different way. CheckedMalcolm Tredinnick
2007-05-31unicode: Fixed #4442 -- Fixed a problem with string_concat() whenMalcolm Tredinnick
2007-05-31unicode: Fixed #4430 -- Handle bytestrings and IRIs more robustly in feedMalcolm Tredinnick
2007-05-31unicode: Changed handling of None in smart_unicode/force_unicode. There is noMalcolm Tredinnick
2007-05-29unicode: Merged from trunk up to [5380].Malcolm Tredinnick
2007-05-26unicode: Fixed __proxy__.__str__() handling. So gettext_lazy() will work moreMalcolm Tredinnick
2007-05-25unicode: Added a unicode-aware version of urlencode. Since we now have aMalcolm Tredinnick
2007-05-24unicode: Added unicode-aware equivalents of urllib.quote() andMalcolm Tredinnick
2007-05-24unicode: Fixed one of the changes in [5320] in a slightly different way. ThisMalcolm Tredinnick
2007-05-24unicode: Removed some redundant code.Malcolm Tredinnick
2007-05-22unicode: Made lazy translation objects work properly. Fixed #4295, #4320.Malcolm Tredinnick
2007-05-21unicode: Merged from trunk up to [5308].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-16unicode: Found a str() call that had snuck through the cracks.Malcolm Tredinnick
2007-05-16unicode: Fixed #4313 -- fixed a problem with unicode strings and datetimeMalcolm Tredinnick
2007-05-16unicode: Renamed no_trans() to the more descriptive deactivate_all(). Added aMalcolm Tredinnick
2007-05-15unicode: Audited syndication framework for unicode correctness.Malcolm Tredinnick
2007-05-14unicode: Audited contrib.contentypes for unicode problems.Malcolm Tredinnick
2007-05-14unicode: Fixed #4292 -- Added support for __unicode__ to lazy() objects.Malcolm Tredinnick
2007-05-14unicode: Replaced all implicit uses of _() from builtins with explicitlyMalcolm Tredinnick
2007-05-14unicode: Made various changes to prevent actual and potential Python 2.3Malcolm Tredinnick
2007-05-12unicode: Added some bullet-proofing to the output encoding path. Passing badyMalcolm Tredinnick
2007-04-28unicode: Merged from trunk up to [5121].Malcolm Tredinnick
2007-04-27unicode: Changed StrAndUnicode class to be consistent with everything else asMalcolm Tredinnick
2007-04-26unicode: Merged from trunk up to [5080].Malcolm Tredinnick
2007-04-21Changed default template filters to always return unicode (and to handle unic...Malcolm Tredinnick
2007-04-21unicode: Added ugettext(), ungettext() and *_lazy() versions of same.Malcolm Tredinnick
2007-04-21unicode: Merged up to [5053].Malcolm Tredinnick
2007-04-09unicode: Converted the template output and database I/O interfaces toMalcolm Tredinnick
2007-04-05Backed out a portion of [4919] until I can make it worth smoothly withMalcolm Tredinnick
2007-04-05Small fix to [4931].Malcolm Tredinnick
2007-04-05Fixed #3918 -- Handle technical message IDs correctly when settings.USE_I18N isMalcolm Tredinnick
2007-04-04Added a FIXME that I forgot to include earlier.Malcolm Tredinnick
2007-04-04Made django.utils.html.escape() work with unicode strings (and unicode-likeMalcolm Tredinnick
2007-04-04Moved smart_unicode and StrAndUnicode to django.utils.encoding. They are usefulMalcolm 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
2007-04-01Fixed #3532 -- Made spaceless template tag remove all spaces, rather than pre...Russell Keith-Magee
2007-03-30Removed some trailing whitespace that had smuggled itself aboard in [4870].Malcolm Tredinnick
2007-03-30Fixed #3733 -- Fixed up quote parsing in smart_split(). Thanks, Ivan Chelubeev.Malcolm Tredinnick
2007-03-20Fixed #3714 -- Fixed handling of indented text in wordwrap template filter. T...Russell Keith-Magee
2007-03-16Fixed spelling of initializing in datastructures.py commentAdrian Holovaty