Opened 14 years ago
Closed 14 years ago
#16604 closed New feature (fixed)
New save_related hook should be called from admin changelist_view as well as add and change
Description ¶
The new hook save_related added for ticket 16115 should be called by the changelist_view when handling POSTed bulk-edit data. Although there is no possibility of inline formsets for the models in that view, it is possible for edits to the list_editable fields to require changes to the edited object's related objects.
Change History (4)
by , 14 years ago
Attachment: | save_related_in_changelist_view.diff added |
---|
comment:1 by , 14 years ago
Triage Stage: | Unreviewed → Accepted |
---|
comment:2 by , 14 years ago
Triage Stage: | Accepted → Ready for checkin |
---|
comment:3 by , 14 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
In [16599]: