summaryrefslogtreecommitdiff
path: root/docs/topics/checks.txt
AgeCommit message (Expand)Author
2017-01-25Refs #23919 -- Replaced super(ClassName, self) with super() in docs.chillaranand
2017-01-17Removed versionadded/changed annotations for 1.10.Tim Graham
2016-04-08Refs #26351 -- Added check hook to support database-related checksClaude Paroz
2016-02-12Removed unneeded hint=None/obj=None in system check messages.Tim Graham
2016-02-01Fixed #26124 -- Added missing code formatting to docs headers.rowanv
2016-01-14Fixed #23868 -- Added support for non-unique django-admin-options in docs.Tim Graham
2015-09-23Removed versionadded/changed annotations for 1.8.Tim Graham
2015-07-31Fixed #25174 -- Moved some details of CheckMessage to the reference guide.Tim Graham
2015-07-10Fixed #25082 -- Documented where to register system checks.Tim Graham
2015-02-01Removed versionadded/changed notes for 1.7.Tim Graham
2014-12-22Fixed #23959 -- Clarified when checks automatically run.Alexander Schulze
2014-11-11Fixed #23750 -- Allowed core.checks.register to be used as a functionaverybigant
2014-09-12Fixed #17101 -- Integrated django-secure and added check --deploy optionTim Graham
2014-09-05Fixed typo in docs/topics/checks.txt.Sébastien Fievet
2014-03-03Fixed #22193 -- Made hint a truly optional arugment on check messages.Russell Keith-Magee
2014-03-03Added first cut at reference documentation for the checks framework.Russell Keith-Magee