summaryrefslogtreecommitdiff
path: root/tests/invalid_models_tests/test_backend_specific.py
AgeCommit message (Expand)Author
2020-02-24Fixed #31286 -- Made database specific fields checks databases aware.Taoup
2017-07-11Made assertions in invalid_models_tests consistent.Adam Johnson
2017-01-20Refs #23919 -- Removed django.test.mock Python 2 compatibility shim.Tim Graham
2017-01-18Refs #23919 -- Removed encoding preambles and future importsClaude Paroz
2016-02-12Removed unneeded hint=None/obj=None in system check messages.Tim Graham
2016-01-06Fixed #25746 -- Isolated inlined test models registration.Simon Charette
2015-08-12Fixed #25172 -- Fixed check framework to work with multiple databases.Ion Scerbatiuc
2015-01-17Removed BaseDatabaseValidation.validate_field() per deprecation timeline.Tim Graham
2014-01-20Fixed #16905 -- Added extensible checks (nee validation) frameworkRussell Keith-Magee