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's .delete() functionality doesn't work when a polymorphic model subclass is referenced by an instance of the base class using a self referential foreign key. See below for model definitions and code to reproduce issue.
Django's
.delete()
functionality doesn't work when a polymorphic model subclass is referenced by an instance of the base class using a self referential foreign key. See below for model definitions and code to reproduce issue.Running the above results in the following output:
Package versions
The text was updated successfully, but these errors were encountered: