Closed philippeluickx closed 6 years ago
https://docs.djangoproject.com/en/2.0/ref/models/fields/#django.db.models.ForeignKey
class ForeignKey(to, on_delete, **options)[source]¶ A many-to-one relationship. Requires two positional arguments: the class to which the model is related and the on_delete option.
Any chance of a new release on pypi, then we can close this? Thanks!
Done django-vote==2.1.6
After upgrading django to 2.0, I get this error: