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
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