summaryrefslogtreecommitdiff
path: root/tests/validation/models.py
AgeCommit message (Collapse)Author
2013-11-02Fixing E302 ErrorsJason Myers
Signed-off-by: Jason Myers <jason@jasonamyers.com>
2013-10-22Fixed E221 pep8 warnings.Tim Graham
2013-06-13Fixed #20594 -- Add validation to models.SlugField.Baptiste Mispelon
Thanks carbonXT for the report.
2013-05-28Fixed #20484 -- Added model validation for GenericIPAddressFieldTim Graham
GenericIPAddressField must not allow blank for NOT NULL fields Thanks Erik Romijn.
2013-02-26Merged regressiontests and modeltests into the test root.Florian Apolloner