`Q1.union(Q2)._raw_delete()` removes only results of Q1 while it's
expected to remove results of `Q1.union(Q2)`
--
Ticket URL: <https://code.djangoproject.com/ticket/32333>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.
* status: new => closed
* resolution: => invalid
Comment:
`_raw_delete()` is an internal API, even calling `QuerySet.delete()` on
combined queries is not supported.
Closing per TicketClosingReasons/UseSupportChannels.
--
Ticket URL: <https://code.djangoproject.com/ticket/32333#comment:1>