This avoids the following error in django 1.11 tests:
polymorphic.MRODerived: (models.E005) The field 'id' from parent model 'polymorphic.mrobase3' clashes with the field 'id' from parent model 'polymorphic.mrobase1'.
Related to https://code.djangoproject.com/ticket/22442
|
||
|---|---|---|
| .. | ||
| __init__.py | ||
| test_admin.py | ||
| test_multidb.py | ||
| test_orm.py | ||
| test_regression.py | ||