Opened 3 years ago
Closed 3 years ago
#32984 closed New feature (fixed)
Allow overriding of deletion widget in formsets
Reported by: | Ties Jan Hefting | Owned by: | Ties Jan Hefting |
---|---|---|---|
Component: | Forms | Version: | dev |
Severity: | Normal | Keywords: | |
Cc: | Claude Paroz | Triage Stage: | Ready for checkin |
Has patch: | yes | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | no |
Easy pickings: | no | UI/UX: | no |
Description
In Django 3.0 ordering_widget
and get_ordering_widget()
were introduced (see #29956). The typical use case was to easily override the ORDER
field in formsets that are updated in the frontend. For the exact same use case, I'd find it useful to see deletion_widget
and get_deletion_widget()
getting introduced.
Discussion initiated here for this feature.
Change History (4)
comment:1 by , 3 years ago
Cc: | added |
---|---|
Triage Stage: | Unreviewed → Accepted |
comment:3 by , 3 years ago
Triage Stage: | Accepted → Ready for checkin |
---|
Note:
See TracTickets
for help on using tickets.
Thanks, sounds reasonable.