Changes between Initial Version and Version 1 of Ticket #32999
- Timestamp:
- Aug 7, 2021, 7:50:10 AM (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #32999 – Description
initial v1 1 See the attached pic. 2 1 3 With the following model: 2 ``` 4 5 {{{ 3 6 class ApplicantAdmin(admin.TabularInline): 4 7 model = Application.applicant_set.through … … 8 11 exclude = ('applicant_set', ) 9 12 inlines = (ApplicantAdmin, ) 10 ``` 13 14 }}} 15 11 16 The heading `Delete?` is on the left, however the delete button is on the right, making it confusing for some people.