summaryrefslogtreecommitdiff
path: root/tests/regressiontests/forms/util.py
AgeCommit message (Expand)Author
2010-01-05Merged soc2009/model-validation to trunk. Thanks, Honza!Joseph Kocherhans
2008-11-06Fixed #6160, #9111 -- Consistently apply conditional_escape to form errors an...Karen Tracey
2008-07-19Fixed #7741: django.newforms is now django.forms. This is obviously a backwar...Jacob Kaplan-Moss
2007-10-28Fixed #3457 -- Allow overridding of error messages for newforms Fields.Gary Wilson Jr
2007-09-19Fixed #5546: split form unit tests into manageable chunks. This isn't a perfe...Jacob Kaplan-Moss
2007-09-14Moved `flatatt` function tests to the util test module.Gary Wilson Jr
2007-09-14Refs #5370 -- Added tests for ValidationError messages.Gary Wilson Jr