When I run tests I get this error during database initialization:
django.db.migrations.state.InvalidBasesError: Cannot resolve bases for [
I had this problem after I renamed the parent table of a bunch of my proxy models. I resolved it by:
makemigrations
migrate