We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
If the first db test that gets run happens to have transactional_db (or django_db(transaction=True)) then all subsequent db tests will fail.
transactional_db
django_db(transaction=True)
This appears to be because the db setup (migrations etc.) are all rolled-back and will not run again because django_db_setup is session-scoped.
django_db_setup