summaryrefslogtreecommitdiff
path: root/tests/validation/models.py
AgeCommit message (Expand)Author
2016-04-22Fixed #26528 -- Allowed any iterable (e.g. tuple) as validators kwarg for for...Loïc Bistuer
2016-04-08Fixed E128 flake8 warnings in tests/.Tim Graham
2015-07-27Fixed #21127 -- Started deprecation toward requiring on_delete for ForeignKey...Flavio Curella
2014-07-02Fixed #22935 -- Changed ForeignKey.default_error_messages['invalid'] to refer...Anubhav Joshi
2013-11-02Fixing E302 ErrorsJason Myers
2013-10-22Fixed E221 pep8 warnings.Tim Graham
2013-06-13Fixed #20594 -- Add validation to models.SlugField.Baptiste Mispelon
2013-05-28Fixed #20484 -- Added model validation for GenericIPAddressFieldTim Graham
2013-02-26Merged regressiontests and modeltests into the test root.Florian Apolloner