#23076: Cascaded deletion of polymorphic models fails
-------------------------------------+-------------------------------------
     Reporter:  jernej@…             |                    Owner:  nobody
         Type:  Bug                  |                   Status:  closed
    Component:  Database layer       |                  Version:  master
  (models, ORM)                      |               Resolution:  wontfix
     Severity:  Normal               |             Triage Stage:  Accepted
     Keywords:                       |      Needs documentation:  0
    Has patch:  1                    |  Patch needs improvement:  0
  Needs tests:  1                    |                    UI/UX:  0
Easy pickings:  0                    |
-------------------------------------+-------------------------------------

Comment (by kostko):

 Sorry, but the `FIXME` you mention is also present in current Django
 master and is not introduced by this patch. The patch simply augments
 current code and leaves existing stuff as it is (including the comment).
 The only part that it adds is the one that iterates over actual models.
 Please see:

 https://github.com/django/django/blob/master/django/db/models/deletion.py#L191

 As for the fix, please advise how would one then properly handle cascaded
 deletion of polymorphic models? Or are you saying that polymorphic models
 should not be supported and/or used with the Django's ORM?

--
Ticket URL: <https://code.djangoproject.com/ticket/23076#comment:6>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.

-- 
You received this message because you are subscribed to the Google Groups 
"Django updates" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-updates/071.90eac5cc9f4613be6156688356808a39%40djangoproject.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to