summaryrefslogtreecommitdiff
path: root/django/core/checks/__init__.py
AgeCommit message (Expand)Author
2014-11-13Fixed #23765 -- Removed BooleanField default check which often yielded false ...Tim Graham
2014-09-12Fixed #17101 -- Integrated django-secure and added check --deploy optionTim Graham
2014-06-13Fixed #22477 -- Removed contrib middleware from the global settings defaults.mlavin
2014-05-15Harmonized some PEP 0263 coding preamblesClaude Paroz
2014-04-10Fixed #22195 -- Used constants to define built-in tags for check framework.Tim Graham
2014-02-12Reverting unapplied migrations check away from being a system-level check.Andrew Godwin
2014-02-08Remove check_migrations from the runserver command and use the new checks fra...mlavin
2014-01-20Fixed #16905 -- Added extensible checks (nee validation) frameworkRussell Keith-Magee
2013-06-25Fixed #20653 -- Renamed checksetup management command.Russell Keith-Magee