Commit Graph
2 Commits
Author SHA1 Message Date
Charlie Denton 8e52bdf6d1 Explicitly name ids of clashing base models
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
2017-03-03 22:16:54 +00:00
Charlie Denton a178ed751d Test against Python 3.6 and Django 1.11b1 2017-03-03 22:16:54 +00:00