Opened 8 years ago

Last modified 6 years ago

#26763 closed New feature

Control rendering of add/change/delete_related admin buttons — at Version 1

Reported by: Chris Clark Owned by: Chris Clark
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 (last modified by Chris Clark)

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.

https://github.com/django/django/pull/6785

Change History (2)

comment:1 by Chris Clark, 8 years ago

Description: modified (diff)
Needs documentation: set
Needs tests: set
Owner: changed from nobody to Chris Clark
Status: newassigned

by Chris Clark, 8 years ago

Screenshot of feature in question

Note: See TracTickets for help on using tickets.
Back to Top