mirror of
https://github.com/Hopiu/django.git
synced 2026-03-26 19:00:24 +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
|
||
|---|---|---|
| .. | ||
| __init__.py | ||
| fields.py | ||
| models.py | ||
| test_logging.py | ||
| tests.py | ||