summaryrefslogtreecommitdiff
path: root/tests/validation/__init__.py
AgeCommit message (Collapse)Author
2018-11-27Switched TestCase to SimpleTestCase where possible in Django's tests.Tim Graham
2014-05-01Fixed #22539 -- Copied exclude argument in Model.full_clean() to prevent ↵Yehonatan Daniv
side effects.
2013-10-10Whitespace cleanup.Tim Graham
* Removed trailing whitespace. * Added newline to EOF if missing. * Removed blank lines at EOF. * Removed some stray tabs.
2013-02-26Merged regressiontests and modeltests into the test root.Florian Apolloner