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
Is your feature request related to a problem? Please describe.
I encountered that when declaring ForeignKeyField on_delete = CASCADE, I believe that this is dangerous and in some scenarios may lead to undesirable consequences.
Describe the solution you'd like
The best solution would be to make on_delete a mandatory parameter, I believe that actions with data should be explicit.
Is your feature request related to a problem? Please describe.
I encountered that when declaring ForeignKeyField on_delete = CASCADE, I believe that this is dangerous and in some scenarios may lead to undesirable consequences.
Describe the solution you'd like
The best solution would be to make on_delete a mandatory parameter, I believe that actions with data should be explicit.
The text was updated successfully, but these errors were encountered: