summaryrefslogtreecommitdiff
path: root/django/core/checks/model_checks.py
AgeCommit message (Expand)Author
2017-01-21Refs #23919 -- Removed misc references to Python 2.Tim Graham
2017-01-18Refs #23919 -- Removed encoding preambles and future importsClaude Paroz
2016-05-19Fixed #26421 -- Refactored ModelSignal to use Apps.lazy_model_operation()Alex Hill
2016-05-19Refs #26421 -- Refactored Apps.lazy_model_operation() for better checks and t...Alex Hill
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
2014-10-16Fixed #23615 -- Validate that a Model instance's "check" attribute is a method.Rigel Di Scala
2014-04-10Fixed #22195 -- Used constants to define built-in tags for check framework.Tim Graham
2014-03-03Corrected expected test output to allow for cleanups in signal and compatibil...Russell Keith-Magee
2014-03-03Edited model and field checks for grammar and consistency.Russell Keith-Magee
2014-01-20Fixed #16905 -- Added extensible checks (nee validation) frameworkRussell Keith-Magee