summaryrefslogtreecommitdiff
path: root/tests/validators
AgeCommit message (Collapse)Author
2013-07-21[1.6.x] Fixed an email validation regressionClaude Paroz
Thanks Vincent Wagelaar for the report. Backport of 11b7b9ad from master.
2013-06-18Fixed #20199 -- Allow ModelForm fields to override error_messages from model ↵Loic Bistuer
fields
2013-06-18Refactored ValidationError to allow persisting error params and error codes ↵Loic Bistuer
as the exception bubbles up
2013-02-26Merged regressiontests and modeltests into the test root.Florian Apolloner