summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorTom <tom@tomforb.es>2018-06-19 23:24:43 +0100
committerTim Graham <timograham@gmail.com>2018-06-20 11:01:16 -0400
commitf8a6488839ac3666412bd3b5573cf7eae78fbcca (patch)
treed7cc8466aa6d2bffa34a7a1f81af8b32cb3e29fe /docs
parent243f07bbb3e65c44500451a78251d062301fe25d (diff)
[2.0.x] Refs #29451 -- Fixed regex/iregex lookups on MySQL 8.
Backport of 42490768441701bc02255b22df8e6894cbe487c7 from master
Diffstat (limited to 'docs')
-rw-r--r--docs/releases/2.0.7.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/releases/2.0.7.txt b/docs/releases/2.0.7.txt
index 4890ee2dba..8d06deb226 100644
--- a/docs/releases/2.0.7.txt
+++ b/docs/releases/2.0.7.txt
@@ -14,3 +14,5 @@ Bugfixes
* Fixed admin check crash when using a query expression in
``ModelAdmin.ordering`` (:ticket:`29428`).
+
+* Fixed ``__regex`` and ``__iregex`` lookups with MySQL 8 (:ticket:`29451`).