Opened 19 years ago
Closed 18 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 by , 19 years ago
| Triage Stage: | Unreviewed → Design decision needed |
|---|
comment:2 by , 18 years ago
| Cc: | added |
|---|---|
| Keywords: | signals m2m added |
comment:3 by , 18 years ago
| Resolution: | → duplicate |
|---|---|
| Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
Closing in favor of #5390 which has a patch.