Changes between Initial Version and Version 1 of Ticket #33781
- Timestamp:
- Jun 13, 2022, 5:56:33 AM (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #33781 – Description
initial v1 1 1 Unfortunately, f3e2bb0833105f43efc0cc6f19c8465bc1b1a785 introduced a regression in admin which still uses `<p>` for [https://github.com/django/django/blob/main/django/contrib/admin/templates/admin/widgets/split_datetime.html split datetimes]. 2 3 Before: 4 5 [[Image(before.png)]] 6 7 ---- 8 9 After f3e2bb0833105f43efc0cc6f19c8465bc1b1a785: 10 11 [[Image(after.png)]]