django/tests/check_framework
Giannis Terzopoulos d658a3162f Fixed #35233 -- Moved template engine system checks to backend methods.
Thanks Adam Johnson for reviews.
2024-03-27 08:14:54 +01:00
..
template_test_apps
urls Fixed #34691 -- Added system check for unmatched angle brackets in path(). 2023-07-11 11:59:27 +02:00
__init__.py
apps.py
models.py
test_4_0_compatibility.py
test_async_checks.py
test_caches.py
test_database.py
test_files.py
test_model_checks.py Refs #35234 -- Deprecated CheckConstraint.check in favor of .condition. 2024-03-01 07:15:32 +01: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
test_security.py Applied Black's 2024 stable style. 2024-01-26 12:45:07 +01: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 Fixed #35229 -- Made URL custom error handler check run once. 2024-02-19 05:58:37 +01:00
tests.py Fixed #33855 -- Removed unnecessary system check calls from test worker initialization. 2022-07-19 09:45:11 +02:00