diff options
| author | Michal Čihař <michal@cihar.com> | 2018-07-05 18:11:49 +0200 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2018-07-05 12:12:04 -0400 |
| commit | c1ac9c5ea38e26f2b017cc618918a9283fd55f56 (patch) | |
| tree | e661e277aefc967dc0a6169ade48b31d75e304d5 /docs | |
| parent | b505cef63db39abe989ac05c3cf20544b61d8bf0 (diff) | |
[2.1.x] Fixed #29544 -- Fixed regex lookup on MariaDB.
Regression in 42490768441701bc02255b22df8e6894cbe487c7.
Backport of 39e287d8bff50e9f91f3f4471088c1946aa6a76c from master
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/releases/2.0.8.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/releases/2.0.8.txt b/docs/releases/2.0.8.txt index 0e6e081443..c83a60cf81 100644 --- a/docs/releases/2.0.8.txt +++ b/docs/releases/2.0.8.txt @@ -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`). |
