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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 4658 additions and 2170 deletions

View File

@ -1,6 +1,6 @@
The MIT License
Copyright (c) 2007-2012 Steven Levithan <http://xregexp.com/>
Copyright (c) 2007-2017 Steven Levithan <http://xregexp.com/>
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal

File diff suppressed because it is too large Load Diff

File diff suppressed because one or more lines are too long

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`
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~