Changes between Initial Version and Version 1 of Ticket #26681, comment 2
- Timestamp:
- May 30, 2016, 11:40:01 AM (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #26681, comment 2
initial v1 1 I've tested it now in Django 1.9 and the bug does not occur there. In fact, Django 1.9 does exactly the same thing I am doing for my application (by overriding the {{{admin/ submit_line.html}}} template to use my own implementation of the {{{submit_row}}} tag).1 I've tested it now in Django 1.9 and the bug does not occur there. In fact, Django 1.9 does exactly the same thing I am doing for my application (by overriding the {{{admin/change_form.html}}} template to use my own implementation of the {{{submit_row}}} tag). 2 2 3 3 As Django 1.8 is an long-term support release, I'll guess the fix should be backported. Upgrading to a non-LTS release is at least not an option for me.