mirror of
https://github.com/django/django.git
synced 2025-10-31 09:41:08 +00:00
Mixing local test models with non-local models resulted in a referential
integrity error during tear down since the models are removed in separate
schema editor instances which each check constraints.
Failure appeared after 7289874adc.