Changes between Initial Version and Version 1 of Ticket #26763
- Timestamp:
- Jun 15, 2016, 11:37:50 AM (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #26763
- Property Needs documentation set
- Property Needs tests set
- Property Owner changed from to
- Property Status new → assigned
-
Ticket #26763 – Description
initial v1 1 1 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. 2 3 https://github.com/django/django/pull/6785