summaryrefslogtreecommitdiff
path: root/docs/topics/checks.txt
AgeCommit message (Expand)Author
2025-09-17Refs #35859 -- Included Task backends in system checks docs.Jacob Walls
2025-08-25Refs #36485 -- Rewrapped docs to 79 columns line length.David Smith
2025-02-19Fixed #35358, Refs #35234 -- Renamed _check() methods to check() for constrai...Mariusz Felisiak
2025-01-15Removed versionadded/changed annotations for 5.1.Sarah Boyce
2024-03-27Fixed #35233 -- Moved template engine system checks to backend methods.Giannis Terzopoulos
2024-01-26Applied Black's 2024 stable style.Mariusz Felisiak
2023-10-27Doc'd writing integration tests for the system check framework.Marc Gibbons
2023-03-01Fixed #34140 -- Reformatted code blocks in docs with blacken-docs.django-bot
2022-07-26Refs #27236 -- Reverted "Refs #27236 -- Added generic mechanism to handle the...Mariusz Felisiak
2022-07-08Refs #27236 -- Added generic mechanism to handle the deprecation of migration...David Wobrock
2021-09-10Refs #31055 -- Doc'd 'databases' argument of check functions.Adam Johnson
2021-04-21Fixed #32667 -- Added link to labeling checks in BaseCommand.requires_system_...Abhyudai
2020-12-15Added backticks to code literals in various docs.Jon Dufresne
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