robinhood / deux

Multifactor Authentication for Django Rest Framework
Other
156 stars 56 forks source link

Add on_delete parameter to support Django 2.0 #12

Closed mburst closed 6 years ago

mburst commented 6 years ago

From the release notes https://docs.djangoproject.com/en/2.0/releases/2.0/

The on_delete argument for ForeignKey and OneToOneField is now required in models and migrations. Consider squashing migrations so that you have fewer of them to update.

JamshedVesuna commented 6 years ago

Thanks for the PR!