1
0
mirror of https://github.com/django/django.git synced 2025-11-07 07:15:35 +00:00

Fixed #28956 -- Updated admin's jQuery to 3.2.1.

This commit is contained in:
Tim Graham
2017-12-21 15:07:17 -05:00
parent 0fc4b1f31f
commit 6deaddcca3
4 changed files with 1805 additions and 1388 deletions

View File

@@ -35,6 +35,8 @@ Minor features
* :attr:`.ModelAdmin.search_fields` now accepts any lookup such as
``field__exact``.
* jQuery is upgraded from version 2.2.3 to 3.2.1.
:mod:`django.contrib.admindocs`
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~