Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/django/utils/encoding.py
Commit message (Expand)AuthorAgeFilesLines
...
* Fixed #6353 (again) by making force_unicode() and smart_s...Malcolm Tredinnick2008-08-261-1/+19
* Fixed #7847 -- Removed a whole bunch of unused imports fr...Adrian Holovaty2008-07-221-2/+0
* Fixed #6301 -- Added '*' to the characters not converted ...Malcolm Tredinnick2008-02-031-1/+1
* Implemented auto-escaping of variable output in templates...Malcolm Tredinnick2007-11-141-1/+5
* Fixed #5640 -- Added some extra error reporting when smar...Malcolm Tredinnick2007-11-041-7/+21
* Added datetime.date to the things ignored by strings_only...Malcolm Tredinnick2007-10-201-1/+1
* Fixed #5553 -- Fixed a serialization problem with datetim...Russell Keith-Magee2007-09-221-1/+2
* Fixed a small bug in strings_only handling for force_unic...Malcolm Tredinnick2007-09-151-1/+1
* Fixed #5077 -- django/utils/encoding.py no longer imports...Adrian Holovaty2007-08-061-1/+0
* Merged Unicode branch into trunk (r4952:5608). This shoul...Malcolm Tredinnick2007-07-041-16/+68
* Added a FIXME that I forgot to include earlier.Malcolm Tredinnick2007-04-041-0/+4
* Moved smart_unicode and StrAndUnicode to django.utils.enc...Malcolm Tredinnick2007-04-041-0/+28