Opened 8 years ago
Last modified 7 years ago
#26763 closed New feature
Control rendering of add/change/delete_related admin buttons — at Initial Version
Reported by: | Chris Clark | Owned by: | nobody |
---|---|---|---|
Component: | contrib.admin | Version: | 1.9 |
Severity: | Normal | Keywords: | |
Cc: | Triage Stage: | Accepted | |
Has patch: | yes | Needs documentation: | yes |
Needs tests: | yes | Patch needs improvement: | no |
Easy pickings: | no | UI/UX: | yes |
Description
In certain cases, displaying the add/change/delete icons on related fields in the Django admin is undesirable, but this behavior can't currently be overridden. The proposed change allows configuration of which buttons to display by passing kwargs into formfield_for_db.
Note:
See TracTickets
for help on using tickets.