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:11:49 -0400 |
| commit | 39e287d8bff50e9f91f3f4471088c1946aa6a76c (patch) | |
| tree | 9d8ab85997e1d5a57de401a280fa5623a76978ff /docs | |
| parent | f1fc7d6b78186171923a9351eb7af3b5b7565156 (diff) | |
Fixed #29544 -- Fixed regex lookup on MariaDB.
Regression in 42490768441701bc02255b22df8e6894cbe487c7.
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`). |
