Comment (by Shibel Karmi Mansour):
I appreciate you taking the time to look into this, I don't think it
should've been closed.
Maybe in initial_queryset you filter out conditions that don't match
any rows after adding MyOtherModel instances, it's hard to tell.
That is not the case, and why would adding some `OtherModel` instances
through iteration affect the results on `MyObject` models?
The code I put up above does not omit any ORM-level action, I've stopped
the debugger one line before the `update()` call and the queryset size is
> 0, only after I call the `update()` the queryset size becomes 0 (I'm not
doing ANY filtering when doing the `update()` call, so that seems non-
sensical).
In any case, I don't think an update should fail silently.
--
Ticket URL: <https://code.djangoproject.com/ticket/33841#comment:3>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.
Comment (by Mariusz Felisiak):
> I appreciate you taking the time to look into this, I don't think it
should've been closed.
I cannot reproduce your issue, that's why it's closed. I don't think
you've explained the issue in enough detail to confirm a bug in Django.
Please reopen the ticket if you can debug your issue and provide details
about why and where Django is at fault.
--
Ticket URL: <https://code.djangoproject.com/ticket/33841#comment:4>