mirror of
https://github.com/django/django.git
synced 2025-11-07 07:15:35 +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.