summaryrefslogtreecommitdiff
path: root/tests/validators
AgeCommit message (Collapse)Author
2014-05-16[1.6.x] Fixed #22579 -- Corrected validation for email to reject trailing slashErik Romijn
Backport of 424fe76349a2e34eafef13c2450a7a1f4d3115a6 from master.
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