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
Django 2.2 requires on_delete as a necessary argument for every ManyToOne/OneToOne fields.
Our existing models and migration files do not include this and hence in order to upgrade the project, this update is required.
Django 2.2 requires
on_delete
as a necessary argument for every ManyToOne/OneToOne fields.Our existing models and migration files do not include this and hence in order to upgrade the project, this update is required.
Sub-issue for #255
The text was updated successfully, but these errors were encountered: