1
0
mirror of https://github.com/django/django.git synced 2025-10-31 09:41:08 +00:00

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

This commit is contained in:
Mariusz Felisiak
2023-03-09 08:55:08 +01:00
committed by GitHub
parent 32d4b61c31
commit 18473004af
4 changed files with 36 additions and 64 deletions

View File

@@ -136,7 +136,7 @@ Minor features
* :attr:`.ModelAdmin.list_editable` now uses atomic transactions when making
edits.
* jQuery is upgraded from version 3.6.0 to 3.6.3.
* jQuery is upgraded from version 3.6.0 to 3.6.4.
:mod:`django.contrib.auth`
~~~~~~~~~~~~~~~~~~~~~~~~~~