django-polymorphic/polymorphic/tests
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
..
__init__.py Explicitly name ids of clashing base models 2017-03-03 22:16:54 +00:00
test_admin.py Added plain tests for admin importing 2017-02-03 22:05:13 +01:00
test_multidb.py Moved polymorphic models back to tests/__init__.py, for Django 1.6- 2017-01-09 15:12:26 +01:00
test_orm.py Replace assertEquals -> assertEqual 2017-01-09 15:14:55 +01:00
test_regression.py Moved polymorphic models back to tests/__init__.py, for Django 1.6- 2017-01-09 15:12:26 +01:00