summaryrefslogtreecommitdiff
path: root/django/newforms/util.py
AgeCommit message (Expand)Author
2007-02-15Fixed #3314 -- Fixed a bug in newforms smart_unicode. Thanks for the patch, neshAdrian Holovaty
2007-01-20newforms: Moved flatatt function from widgets.py to util.pyAdrian Holovaty
2006-12-05newforms: Added __unicode__() methods wherever there were __str__() methods, ...Adrian Holovaty
2006-11-16newforms: Tiny optimization to smart_unicode()Adrian Holovaty
2006-11-16newforms: Fixed #3008 -- Widgets now support strings containing utf-8 charact...Adrian Holovaty
2006-10-28Split django.newforms into forms, fields, widgets, util. Also moved unit test...Adrian Holovaty