summaryrefslogtreecommitdiff
path: root/tests/regressiontests/forms/error_messages.py
AgeCommit message (Expand)Author
2010-01-05Merged soc2009/model-validation to trunk. Thanks, Honza!Joseph Kocherhans
2009-09-11Fixed #10968 - Form.errors should use Form.error_class.Luke Plant
2008-07-19Fixed #7741: django.newforms is now django.forms. This is obviously a backwar...Jacob Kaplan-Moss
2008-07-01Fixed #2070: refactored Django's file upload capabilities.Jacob Kaplan-Moss
2008-06-28Fixed the fix from [7775].Malcolm Tredinnick
2008-06-27Fixed #7559 -- Updated newforms unit tests to reflect the fact that http://ww...Adrian Holovaty
2007-11-18Fixed #5975 -- Gave `ModelChoiceField` and `ModelMultipleChoiceField` ability...Gary Wilson Jr
2007-10-28Fixed #3457 -- Allow overridding of error messages for newforms Fields.Gary Wilson Jr