You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add DRF 3.7 and Django 2.0 to the test matrix. (#394)
* Add DRF 3.7 to the test matrix.
Fixes#388
* Switch to an explicit build matrix.
* Change env format.
Without the equals sign, Travis will drop the double quotes and screw
up the environment variable export.
* DRF 3.6.x does not support Django 2.0.
* Add required on_delete to ForeignKey fields.
* Add on_delete to OneToOneField.
* Switch core.urlresolvers to urls for Django 2.0 compatibility.
* Update minimum required django-polymorphic.
Older versions of django-polymorphic don't support Django 2.0
0 commit comments