mirror of
https://github.com/django/django.git
synced 2025-03-06 23:42:33 +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.