summaryrefslogtreecommitdiff
path: root/docs/topics/checks.txt
AgeCommit message (Collapse)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
Lines in the docs files were manually adjusted to conform to the 79 columns limit per line (plus newline), improving readability and consistency across the content.
2025-02-19Fixed #35358, Refs #35234 -- Renamed _check() methods to check() for ↵Mariusz Felisiak
constraints.
2025-01-15Removed versionadded/changed annotations for 5.1.Sarah Boyce
This also removes remaining versionadded/changed annotations for older versions.
2024-03-27Fixed #35233 -- Moved template engine system checks to backend methods.Giannis Terzopoulos
Thanks Adam Johnson for reviews.
2024-01-26Applied Black's 2024 stable style.Mariusz Felisiak
https://github.com/psf/black/releases/tag/24.1.0
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 ↵Mariusz Felisiak
the deprecation of migration operations." This reverts commit 41019e48bbf082c985e6ba3bad34d118b903bff1.
2022-07-08Refs #27236 -- Added generic mechanism to handle the deprecation of ↵David Wobrock
migration operations.
2021-09-10Refs #31055 -- Doc'd 'databases' argument of check functions.Adam Johnson
2021-04-21Fixed #32667 -- Added link to labeling checks in ↵Abhyudai
BaseCommand.requires_system_checks docs. Co-authored-by: Mariusz Felisiak <felisiak.mariusz@gmail.com>
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
Thanks Tim Graham and Shai Berger for the reviews.
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
Also documented missing short command line options to fix #24134. This bumps the minimum sphinx version required to build the docs to 1.3.4. Thanks Simon Charette for review.
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
Thanks Carl Meyer for django-secure and for reviewing. Thanks also to Zach Borboa, Erik Romijn, Collin Anderson, and Jorge Carleitao for reviews.
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
Thanks to Thomas Güttler for the suggestion.
2014-03-03Added first cut at reference documentation for the checks framework.Russell Keith-Magee