#16073: Django admin save not sending post remove action with m2m changed signal
-------------------------------+------------------------------------
Reporter: sam@… | Owner: nobody
Type: Bug | Status: new
Component: contrib.admin | Version: 1.3
Severity: Normal | Resolution:
Keywords: m2m_changed | Triage Stage: Accepted
Has patch: 0 | Needs documentation: 0
Needs tests: 0 | Patch needs improvement: 0
Easy pickings: 0 | UI/UX: 0
-------------------------------+------------------------------------
Comment (by cole.mickens@…):
I can confirm that this occurs in the admin interface for user and groups.
Go to a user page, remove a group from their list of groups.
pre/post_remove are not fired for m2m_changed with
sender=User.groups.through.
As others note, this makes it impossible to do somethings as PKs are not
available for pre/post_clear.
--
Ticket URL: <https://code.djangoproject.com/ticket/16073#comment:5>
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 post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/django-updates?hl=en.