Changes between Initial Version and Version 1 of Ticket #36053, comment 20
- Timestamp:
- Nov 10, 2025, 5:41:49 AM (3 weeks ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #36053, comment 20
initial v1 1 1 The issue was that the selector div was being forcibly inserted at the beginning, which caused the label to appear at the end. I’ve corrected this behavior so the label now appears in the proper position, and I’ve removed the tests that were checking for the div at the beginning, as they’re no longer relevant. 2 PR: https://github.com/django/django/pull/2007 22 PR: https://github.com/django/django/pull/20075