mirror of
https://github.com/django/django.git
synced 2025-11-24 21:00:12 +00:00
This avoids enabling the ``database`` checks unless they are explicitly requested and allows to disable on a per-alias basis which is required when only creating a subset of the test databases. This also removes unnecessary BaseCommand._run_checks() hook. |
||
|---|---|---|
| .. | ||
| urls | ||
| __init__.py | ||
| models.py | ||
| test_caches.py | ||
| test_database.py | ||
| test_model_checks.py | ||
| test_model_field_deprecation.py | ||
| test_multi_db.py | ||
| test_security.py | ||
| test_templates.py | ||
| test_translation.py | ||
| test_urls.py | ||
| tests.py | ||