#17: Python3 and Django 3.1 migration #18
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "brezerk/django3.1"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Hi
Seems like there is on_delete field missing in twython_django_oauth/models.py:
https://docs.djangoproject.com/en/3.1/ref/models/fields/#django.db.models.ForeignKey.on_delete
Addresses: https://github.com/ryanmcgrath/twython-django/issues/17
More fixes:
Django 3.1 migration