summaryrefslogtreecommitdiff
path: root/django/core/checks/registry.py
AgeCommit message (Expand)Author
2025-11-13Fixed #36663 -- Defaulted to running checks against all databases.Simon Charette
2024-10-15Fixed #35656 -- Added an autodetector attribute to the makemigrations and mig...leondaz
2023-11-24Fixed #34983 -- Deprecated django.utils.itercompat.is_iterable().Nick Pope
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-02-07Refs #33476 -- Reformatted code with Black.django-bot
2021-03-19Refs #32508 -- Raised Type/ValueError instead of using "assert" in django.core.Daniyal
2021-01-22Fixed #32360 -- Added system check for FILE_UPLOAD_TEMP_DIR setting.Timothy McCurrach
2020-12-14Ensured that registered checks accept keyword arguments.Adam Johnson
2020-07-24Fixed #31802 -- Added system check for non-integer SITE_ID.Parth Verma
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
2018-09-03Fixed #29713 -- Added check that LANGUAGE_CODE uses standard language id format.David
2018-02-26Removed unnecessary setdefault() from CheckRegistry.register().Mariusz Felisiak
2017-12-28Removed unnecessary trailing commas and spaces in various code.Mariusz Felisiak
2017-08-24Used sets for CheckRegistry.registered_checks and deployment_checks.Sergey Fedoseev
2017-08-21Removed need for hasattr(check, 'tags') in CheckRegistry.Sergey Fedoseev
2017-07-29Avoided creation of temporary sets.Sergey Fedoseev
2017-04-26Replaced temporary lists used for passing arguments with iterables.Jon Dufresne
2017-01-19Refs #23919 -- Stopped inheriting from object to define new style classes.Simon Charette
2017-01-18Refs #23919 -- Removed encoding preambles and future importsClaude Paroz
2016-04-08Refs #26351 -- Added check hook to support database-related checksClaude Paroz
2015-09-21Fixed #23813 -- Added checks for common URL pattern errorsAlasdair Nicol
2015-09-18Fixed #25034 -- Converted caches ImproperlyConfigured error to a system check.Tom Christie
2015-08-31Fixed #25331 -- Removed trailing blank lines in docstrings.Maxime Lorant
2015-06-06Fixed #24922 -- Added system check for templates settingSergei Maertens
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
2014-04-10Fixed #22194 -- Added --list-tags option to check command.Tim Graham
2014-04-10Fixed #22195 -- Used constants to define built-in tags for check framework.Tim Graham
2014-01-25Fixed #21829 -- Added default AppConfigs.Aymeric Augustin
2014-01-20Fixed #16905 -- Added extensible checks (nee validation) frameworkRussell Keith-Magee