Changes between Initial Version and Version 2 of Ticket #36354


Ignore:
Timestamp:
Apr 26, 2025, 2:46:58 AM (4 months ago)
Author:
Fabian Braun
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #36354

    • Property Easy pickings set
    • Property Summary Remove unneeded JS from contrib.adminRemove unneeded JS from contrib.admin password forms
  • Ticket #36354 – Description

    initial v2  
    11As part of ticket-34429 (https://code.djangoproject.com/ticket/34429) JS was added to the password change and user create forms to ensure that the forms run on browsers that do not support the `:has()` CSS selector.
    22
    3 By now, all major browsers support the selector. The last one not supporting it (Firefox 115 ESR) is now well beyond end of life. (See discussion here: https://github.com/django/django/pull/16942/files#r1427864863)
     3By now, all major browsers support the selector. The last one not supporting it (Firefox 115 ESR - https://support.mozilla.org/en-US/kb/firefox-users-windows-7-8-and-81-moving-extended-support#:~:text=Mozilla%20is%20providing%20critical%20security,supported%20version%20of%20Microsoft%20Windows.) is reaching end-of support in August 2025, i.e. before the next major Django release.
     4
     5(See discussion here: https://github.com/django/django/pull/16942/files#r1427864863)
    46
    57Steps to solve the issue:
Back to Top