django/core/checks/migrations.py
0 → 100644
+31
−0
Loading
Remove check_migrations from the runserver command and use the new checks framework to check for unapplied migrations. Don't check for migrations if the DATABASES setting is empty.