Changed paths:
M django/db/migrations/loader.py
A tests/migrations/faulty_migrations/__init__.py
A tests/migrations/faulty_migrations/file.py
A tests/migrations/faulty_migrations/namespace/foo/__init__.py
M tests/migrations/test_loader.py
Log Message:
-----------
Fixed #21015 -- Fixed MigrationLoader when importlib.import_module returns a file module or an empty directory.