summaryrefslogtreecommitdiff
path: root/django/core/checks
AgeCommit message (Expand)Author
2026-02-10Fixed #36903 -- Fixed further NameErrors when inspecting functions with defer...93578237
2026-01-18Applied Black's 2026 stable style.Mariusz Felisiak
2025-11-13Fixed #36663 -- Defaulted to running checks against all databases.Simon Charette
2025-10-13Replaced multi-level relative imports with absolute imports in django/.lyova24
2025-07-23Refs #36500 -- Rewrapped long docstrings and block comments via a script.django-bot
2025-06-27Fixed #15727 -- Added Content Security Policy (CSP) support.Rob Hudson
2025-06-11Removed default value for app_configs in system check functions.Adam Johnson
2025-03-31Refs #28909 -- Simplified code using unpacking generalizations.Aarni Koskela
2024-10-15Fixed #35656 -- Added an autodetector attribute to the makemigrations and mig...leondaz
2024-03-27Fixed #35233 -- Moved template engine system checks to backend methods.Giannis Terzopoulos
2024-02-19Fixed #35229 -- Made URL custom error handler check run once.Adam Johnson
2023-11-24Fixed #34983 -- Deprecated django.utils.itercompat.is_iterable().Nick Pope
2022-10-03Refs #32987 -- Relaxed system check for template tag modules with the same na...Mariusz Felisiak
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
2022-06-23Fixed #33800 -- Fixed system check for the same template tag module in instal...Mariusz Felisiak
2022-02-21Refs #33526 -- Made CSRF_COOKIE_SECURE/SESSION_COOKIE_SECURE/SESSION_COOKIE_H...Mariusz Felisiak
2022-02-07Refs #33476 -- Refactored code to strictly match 88 characters line length.Mariusz Felisiak
2022-02-07Refs #33476 -- Reformatted code with Black.django-bot
2022-02-01Fixed #30360 -- Added support for secret key rotation.tschilling
2021-10-20Fixed #32987 -- Added system check for template tag modules with the same name.Shreya Bamne
2021-04-30Fixed #32678 -- Removed SECURE_BROWSER_XSS_FILTER setting.Tim Graham
2021-04-21Fixed #32665 -- Fixed caches system check crash when STATICFILES_DIRS is a li...Mariusz Felisiak
2021-03-30Fixed #31840 -- Added support for Cross-Origin Opener Policy header.bankc
2021-03-19Refs #32508 -- Raised Type/ValueError instead of using "assert" in django.core.Daniyal
2021-03-18Refs #16010 -- Required CSRF_TRUSTED_ORIGINS setting to include the scheme.Tim Graham
2021-01-22Fixed #32360 -- Added system check for FILE_UPLOAD_TEMP_DIR setting.Timothy McCurrach
2021-01-14Refs #31842 -- Removed DEFAULT_HASHING_ALGORITHM transitional setting.Mariusz Felisiak
2021-01-12Refs #32311 -- Fixed CSRF_FAILURE_VIEW system check errors code.Hasan Ramezani
2021-01-12Fixed #32311 -- Added system check for CSRF_FAILURE_VIEW setting.Hasan Ramezani
2020-12-14Ensured that registered checks accept keyword arguments.Adam Johnson
2020-11-11Fixed #31757 -- Adjusted system check for SECRET_KEY to warn about autogenera...Artem Kosenko
2020-11-11Fixed #32180 -- Added system check for file system caches absolute location.Carles Pina i Estany
2020-11-04Fixed #31983 -- Added system check for file system caches location.christa
2020-08-04Fixed #31842 -- Added DEFAULT_HASHING_ALGORITHM transitional setting.Mariusz Felisiak
2020-07-29Fixed #29324 -- Made SECRET_KEY validation lazy (on first access).Florian Apolloner
2020-07-24Fixed #31802 -- Added system check for non-integer SITE_ID.Parth Verma
2020-06-03Preferred usage of among/while to amongst/whilst.David Smith
2020-05-08Refs #27661 -- Added Tags.staticfiles.Mariusz Felisiak
2020-04-01Fixed #31380 -- Added deployment system check for DJANGO_ALLOW_ASYNC_UNSAFE e...hashlash
2020-02-07Refs #31055 -- Added --database option to the check management command.Simon Charette
2020-01-08Fixed #31141 -- Relaxed system check of translation settings for sublanguages.Mariusz Felisiak
2019-09-09Fixed #29406 -- Added support for Referrer-Policy header.Nick Pope
2019-09-09Fixed #30426 -- Changed X_FRAME_OPTIONS setting default to DENY.Claude Paroz
2019-08-08Fixed #30673 -- Relaxed system check for db_table collision when database rou...Adnan Umer
2019-08-05Fixed #30680 -- Removed obsolete system check for SECURE_BROWSER_XSS_FILTER s...Adnan Umer
2019-05-02Fixed #30396 -- Added system checks for uniqueness of indexes and constraints...can
2019-04-24Refs #30241 -- Fixed BytesWarning emitted in test_translation tests.Jon Dufresne
2019-04-24Fixes #30342 -- Removed a system check for LANGUAGES_BIDI setting.Matthias Kestenholz
2019-03-28Fixed #30241 -- Added more system checks of translation settings.Nick Pope