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

Updated admin's XRegExp to 3.2.0.

This commit is contained in:
Mariusz Felisiak
2020-04-22 08:45:14 +02:00
committed by GitHub
parent 06889d6206
commit fb9b1c245d
4 changed files with 4658 additions and 2170 deletions

View File

@@ -77,6 +77,8 @@ Minor features
* Filters in the right sidebar of the admin changelist view now contains a link
to clear all filters.
* ``XRegExp`` is upgraded from version 2.0.0 to 3.2.0.
:mod:`django.contrib.admindocs`
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~