mirror of https://github.com/django/django.git
0b54ab0675
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
|
||
---|---|---|
.. | ||
__init__.py | ||
fields.py | ||
models.py | ||
test_logging.py | ||
tests.py |