index
:
chango.git
devmain
fix-31295
initial-branch
main
stable/5.2.x
stable/6.0.x
django
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
docs
/
topics
/
checks.txt
Age
Commit message (
Expand
)
Author
2025-09-17
Refs #35859 -- Included Task backends in system checks docs.
Jacob Walls
2025-08-25
Refs #36485 -- Rewrapped docs to 79 columns line length.
David Smith
2025-02-19
Fixed #35358, Refs #35234 -- Renamed _check() methods to check() for constrai...
Mariusz Felisiak
2025-01-15
Removed versionadded/changed annotations for 5.1.
Sarah Boyce
2024-03-27
Fixed #35233 -- Moved template engine system checks to backend methods.
Giannis Terzopoulos
2024-01-26
Applied Black's 2024 stable style.
Mariusz Felisiak
2023-10-27
Doc'd writing integration tests for the system check framework.
Marc Gibbons
2023-03-01
Fixed #34140 -- Reformatted code blocks in docs with blacken-docs.
django-bot
2022-07-26
Refs #27236 -- Reverted "Refs #27236 -- Added generic mechanism to handle the...
Mariusz Felisiak
2022-07-08
Refs #27236 -- Added generic mechanism to handle the deprecation of migration...
David Wobrock
2021-09-10
Refs #31055 -- Doc'd 'databases' argument of check functions.
Adam Johnson
2021-04-21
Fixed #32667 -- Added link to labeling checks in BaseCommand.requires_system_...
Abhyudai
2020-12-15
Added backticks to code literals in various docs.
Jon Dufresne
2017-01-25
Refs #23919 -- Replaced super(ClassName, self) with super() in docs.
chillaranand
2017-01-17
Removed versionadded/changed annotations for 1.10.
Tim Graham
2016-04-08
Refs #26351 -- Added check hook to support database-related checks
Claude Paroz
2016-02-12
Removed unneeded hint=None/obj=None in system check messages.
Tim Graham
2016-02-01
Fixed #26124 -- Added missing code formatting to docs headers.
rowanv
2016-01-14
Fixed #23868 -- Added support for non-unique django-admin-options in docs.
Tim Graham
2015-09-23
Removed versionadded/changed annotations for 1.8.
Tim Graham
2015-07-31
Fixed #25174 -- Moved some details of CheckMessage to the reference guide.
Tim Graham
2015-07-10
Fixed #25082 -- Documented where to register system checks.
Tim Graham
2015-02-01
Removed versionadded/changed notes for 1.7.
Tim Graham
2014-12-22
Fixed #23959 -- Clarified when checks automatically run.
Alexander Schulze
2014-11-11
Fixed #23750 -- Allowed core.checks.register to be used as a function
averybigant
2014-09-12
Fixed #17101 -- Integrated django-secure and added check --deploy option
Tim Graham
2014-09-05
Fixed typo in docs/topics/checks.txt.
Sébastien Fievet
2014-03-03
Fixed #22193 -- Made hint a truly optional arugment on check messages.
Russell Keith-Magee
2014-03-03
Added first cut at reference documentation for the checks framework.
Russell Keith-Magee