summaryrefslogtreecommitdiff
path: root/django/forms/util.py
AgeCommit message (Expand)Author
2008-11-06Fixed #6160, #9111 -- Consistently apply conditional_escape to form errors an...Karen Tracey
2008-08-26Fixed #8566 -- Allow safe-strings in the "attrs" parameter to form widgets.Malcolm Tredinnick
2008-07-22Fixed #7847 -- Removed a whole bunch of unused imports from throughout the co...Adrian Holovaty
2008-07-19Fixed #7741: django.newforms is now django.forms. This is obviously a backwar...Jacob Kaplan-Moss