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
/
django
/
core
/
checks
/
__init__.py
Age
Commit message (
Expand
)
Author
2026-01-18
Applied Black's 2026 stable style.
Mariusz Felisiak
2024-10-15
Fixed #35656 -- Added an autodetector attribute to the makemigrations and mig...
leondaz
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
2022-02-07
Refs #33476 -- Reformatted code with Black.
django-bot
2021-03-18
Refs #16010 -- Required CSRF_TRUSTED_ORIGINS setting to include the scheme.
Tim Graham
2021-01-22
Fixed #32360 -- Added system check for FILE_UPLOAD_TEMP_DIR setting.
Timothy McCurrach
2020-04-01
Fixed #31380 -- Added deployment system check for DJANGO_ALLOW_ASYNC_UNSAFE e...
hashlash
2018-09-03
Fixed #29713 -- Added check that LANGUAGE_CODE uses standard language id format.
David
2017-01-18
Refs #23919 -- Removed encoding preambles and future imports
Claude Paroz
2017-01-17
Refs #26601 -- Removed obsolete system check for MIDDLEWARE_CLASSES setting.
Tim Graham
2017-01-17
Refs #25079 -- Removed obsolete system check for TEMPLATE_* settings.
Tim Graham
2016-05-17
Refs #26601 -- Added a warning if both MIDDLEWARE AND MIDDLEWARE_CLASSES are ...
Tim Graham
2016-04-08
Refs #26351 -- Added check hook to support database-related checks
Claude Paroz
2015-09-21
Fixed #23813 -- Added checks for common URL pattern errors
Alasdair Nicol
2015-09-18
Fixed #25034 -- Converted caches ImproperlyConfigured error to a system check.
Tom Christie
2015-07-13
Fixed #25079 -- Added warning if both TEMPLATES and TEMPLATE_* settings are d...
Daniel Roseman
2015-06-27
Sorted imports in __init__.py files.
Tim Graham
2015-06-06
Fixed #24922 -- Added system check for templates setting
Sergei Maertens
2015-02-09
Removed Django 1.7 MIDDLEWARE_CLASSES upgrade check.
Tim Graham
2014-11-13
Fixed #23765 -- Removed BooleanField default check which often yielded false ...
Tim Graham
2014-09-12
Fixed #17101 -- Integrated django-secure and added check --deploy option
Tim Graham
2014-06-13
Fixed #22477 -- Removed contrib middleware from the global settings defaults.
mlavin
2014-05-15
Harmonized some PEP 0263 coding preambles
Claude Paroz
2014-04-10
Fixed #22195 -- Used constants to define built-in tags for check framework.
Tim Graham
2014-02-12
Reverting unapplied migrations check away from being a system-level check.
Andrew Godwin
2014-02-08
Remove check_migrations from the runserver command and use the new checks fra...
mlavin
2014-01-20
Fixed #16905 -- Added extensible checks (nee validation) framework
Russell Keith-Magee
2013-06-25
Fixed #20653 -- Renamed checksetup management command.
Russell Keith-Magee