file: django/db/models/fields/related_descriptors.py
lines: 744, 1000
changed:
744: old_objs = set(self.using(router.db_for_read(self.model)).all())
1000: old_ids =
set(self.using(router.db_for_read(self.model)).values_list(self.target_field.target_field.attname,
flat=True))
--
Ticket URL: <https://code.djangoproject.com/ticket/33641>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.
* status: new => closed
* resolution: => needsinfo
Comment:
Please [https://docs.djangoproject.com/en/stable/internals/contributing
/bugs-and-features/#requesting-features follow the guidelines with regards
to requesting features]:
> ''"Describe clearly and concisely what the missing feature is and how
you’d like to see it implemented."''
Maybe it's just me but I really don't understand that are you proposing.
--
Ticket URL: <https://code.djangoproject.com/ticket/33641#comment:1>