1
0
mirror of https://github.com/django/django.git synced 2025-10-30 17:16:10 +00:00

[2.1.x] Fixed #29544 -- Fixed regex lookup on MariaDB.

Regression in 4249076844.
Backport of 39e287d8bf from master
This commit is contained in:
Michal Čihař
2018-07-05 18:11:49 +02:00
committed by Tim Graham
parent b505cef63d
commit c1ac9c5ea3
3 changed files with 16 additions and 7 deletions

View File

@@ -9,4 +9,5 @@ Django 2.0.8 fixes several bugs in 2.0.7.
Bugfixes
========
* ...
* Fixed a regression in Django 2.0.7 that broke the ``regex`` lookup on MariaDB
(even though MariaDB isn't officially supported) (:ticket:`29544`).