Tests were failing on postgres due to foreign keys pointing to missing tables. In order for these tables to be present, we need migrations which declare depending on `content_type`. |
||
|---|---|---|
| .. | ||
| migrations | ||
| __init__.py | ||
| models.py | ||
| test_admin.py | ||
| test_contrib.py | ||
| test_multidb.py | ||
| test_orm.py | ||
| test_regression.py | ||
| test_utils.py | ||