diff options
| author | Tom <tom@tomforb.es> | 2018-06-19 23:24:43 +0100 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2018-06-20 10:58:01 -0400 |
| commit | 17017ba12a183d491c983ca1ff9c3889619676fe (patch) | |
| tree | 11054cb2c811460b5785985003120363b4ca1479 /docs | |
| parent | dae75481fabbe775160893a2e7cb2b2d73705a8f (diff) | |
[2.1.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.txt | 2 |
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`). |
