django/tests/check_framework
Simon Charette 3aba1fced8 Fixed #36663 -- Defaulted to running checks against all databases.
Regression in 0b83c8cc4d which added
support for running checks only against databases but also defaulted to
running against no databases if not specified.

Note that this continues to *not* default to runing database tagged
checks for all management commands except the migrate one as whether or
not we should change this must be discussed further.

Thanks Tim Graham for surfacing how this was a problematic default.
2025-11-13 11:37:58 +01:00
..
custom_commands_app/management/commands Fixed #35656 -- Added an autodetector attribute to the makemigrations and migrate commands. 2024-10-15 16:39:12 +02:00
template_test_apps Refs #33476 -- Reformatted code with Black. 2022-02-07 20:37:05 +01:00
urls Fixed #34691 -- Added system check for unmatched angle brackets in path(). 2023-07-11 11:59:27 +02:00
__init__.py
models.py Refs #33476 -- Reformatted code with Black. 2022-02-07 20:37:05 +01:00
test_4_0_compatibility.py Refs #33476 -- Reformatted code with Black. 2022-02-07 20:37:05 +01:00
test_async_checks.py Refs #33476 -- Reformatted code with Black. 2022-02-07 20:37:05 +01:00
test_caches.py Refs #33476 -- Reformatted code with Black. 2022-02-07 20:37:05 +01:00
test_commands.py Fixed #35656 -- Added an autodetector attribute to the makemigrations and migrate commands. 2024-10-15 16:39:12 +02:00
test_database.py Refs #33476 -- Reformatted code with Black. 2022-02-07 20:37:05 +01:00
test_files.py Refs #33476 -- Reformatted code with Black. 2022-02-07 20:37:05 +01:00
test_model_checks.py Fixed #36564 -- Changed DEFAULT_AUTO_FIELD from AutoField to BigAutoField. 2025-09-05 10:43:10 -04:00
test_model_field_deprecation.py Refs #33476 -- Refactored code to strictly match 88 characters line length. 2022-02-07 20:37:05 +01:00
test_multi_db.py Refs #33476 -- Reformatted code with Black. 2022-02-07 20:37:05 +01:00
test_security.py Refs #36500 -- Rewrapped long docstrings and block comments via a script. 2025-07-23 20:17:55 -03:00
test_templates.py Fixed #35233 -- Moved template engine system checks to backend methods. 2024-03-27 08:14:54 +01:00
test_translation.py Refs #33476 -- Refactored code to strictly match 88 characters line length. 2022-02-07 20:37:05 +01:00
test_urls.py Refs #36500 -- Rewrapped long docstrings and block comments via a script. 2025-07-23 20:17:55 -03:00
tests.py Fixed #36663 -- Defaulted to running checks against all databases. 2025-11-13 11:37:58 +01:00