1
0
mirror of https://github.com/django/django.git synced 2024-12-22 17:16:24 +00:00

Updated admin's XRegExp to 5.1.1.

This commit is contained in:
Andreas Dickow 2023-04-18 16:11:40 +02:00 committed by Mariusz Felisiak
parent c813fb327c
commit c24cd6575f
4 changed files with 5337 additions and 4004 deletions

View File

@ -1,6 +1,6 @@
The MIT License
Copyright (c) 2007-2017 Steven Levithan <http://xregexp.com/>
Copyright (c) 2007-present 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 one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -122,6 +122,8 @@ Minor features
``RelatedOnlyFieldListFilter`` admin filters now handle multi-valued query
parameters.
* ``XRegExp`` is upgraded from version 3.2.0 to 5.1.1.
:mod:`django.contrib.admindocs`
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~