Opened 16 years ago
Closed 15 years ago
#2861 closed enhancement (duplicate)
Signals for m2m object creation/deletion
Reported by: | 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 Changed 15 years ago by
Triage Stage: | Unreviewed → Design decision needed |
---|
comment:2 Changed 15 years ago by
Cc: | pythonmailing@… added |
---|---|
Keywords: | signals m2m added |
comment:3 Changed 15 years ago by
Resolution: | → duplicate |
---|---|
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
Closing in favor of #5390 which has a patch.