mirror of
https://github.com/django/django.git
synced 2025-01-24 17:19:19 +00:00
0b83c8cc4d
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.