When bulk=True an update query is used which means that #21461 would also
solve this issue. The problem with #21461 however is that there you want
all the objects added to the relation sent with the signal. In the pre_add
and post_add signals these aren't needed, here we only send the object
that other objects are added to, the "related" object.
--
Ticket URL: <https://code.djangoproject.com/ticket/27809>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.
* needs_docs: 0 => 1
* needs_tests: 0 => 1
--
Ticket URL: <https://code.djangoproject.com/ticket/27809#comment:1>
* status: new => assigned
* owner: nobody => Oskar Persson
--
Ticket URL: <https://code.djangoproject.com/ticket/27809#comment:2>
* stage: Unreviewed => Someday/Maybe
Comment:
The [https://groups.google.com/d/topic/django-
developers/eLHXeMj0_m4/discussion django-developers discussion] hasn't
yielded consensus about adding this
([https://github.com/django/django/pull/8018 PR]).
--
Ticket URL: <https://code.djangoproject.com/ticket/27809#comment:3>
* status: assigned => closed
* resolution: => wontfix
Comment:
I haven't seen an argument for fixing this instead of #21461.
--
Ticket URL: <https://code.djangoproject.com/ticket/27809#comment:4>