Opened 18 years ago

Closed 17 years ago

#2861 closed enhancement (duplicate)

Signals for m2m object creation/deletion

Reported by: mitakummaa@… Owned by: nobody
Component: Database layer (models, ORM) Version:
Severity: normal Keywords: signals, m2m
Cc: pythonmailing@… Triage Stage: Design decision needed
Has patch: no Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description

As many-to-many fields can be also understood as model attributes, it would be great (and in my case, crucial) be able to track their changes. I'm willing to submit a patch, but I'd like to hear comments about this, especially concerning the type of data to send in a signal as an argument.

Change History (3)

comment:1 by Simon G. <dev@…>, 17 years ago

Triage Stage: UnreviewedDesign decision needed

comment:2 by Marek Kubica <pythonmailing@…>, 17 years ago

Cc: pythonmailing@… added
Keywords: signals m2m added

comment:3 by James Bennett, 17 years ago

Resolution: duplicate
Status: newclosed

Closing in favor of #5390 which has a patch.

Note: See TracTickets for help on using tickets.
Back to Top