Changes between Initial Version and Version 1 of Ticket #36053, comment 20


Ignore:
Timestamp:
Nov 10, 2025, 5:41:49 AM (3 weeks ago)
Author:
Dani Fornons

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #36053, comment 20

    initial v1  
    11The 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/20072
     2PR: https://github.com/django/django/pull/20075
Back to Top