Opened 16 months ago

Closed 16 months ago

Last modified 16 months ago

#34395 closed Bug (fixed)

Update admin's jQuery to 3.6.4.

Reported by: Mariusz Felisiak Owned by: Mariusz Felisiak
Component: contrib.admin Version: 4.2
Severity: Release blocker Keywords:
Cc: Triage Stage: Ready for checkin
Has patch: yes Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description

We updated admin's jQuery to 3.6.3 in 5cf9ff970e08b10d3f7d62734dbce9e8eaeff453. Unfortunately, it introduced a regression in selectors that are strictly invalid but worked in jQuery < 3.6.3. Since Django 4.2 is still in beta I'd recommend updating admin's jQuery to 3.6.4 in Django 4.2.

See ​3.6.4 release note.

Change History (5)

comment:1 by Claude Paroz, 16 months ago

Triage Stage: UnreviewedAccepted

Now is the time :-)

comment:2 by Mariusz Felisiak, 16 months ago

Has patch: set

comment:3 by Carlton Gibson, 16 months ago

Triage Stage: AcceptedReady for checkin

comment:4 by GitHub <noreply@…>, 16 months ago

Resolution: fixed
Status: assignedclosed

In 18473004:

Fixed #34395 -- Updated admin's jQuery to 3.6.4.

comment:5 by Mariusz Felisiak <felisiak.mariusz@…>, 16 months ago

In 87a55e0:

[4.2.x] Fixed #34395 -- Updated admin's jQuery to 3.6.4.

Backport of 18473004afd82a616ba6c9ac22f476347fde4846 from main

Note: See TracTickets for help on using tickets.
Back to Top