diff options
| author | Simon Charette <charette.s@gmail.com> | 2017-04-06 20:28:21 -0400 |
|---|---|---|
| committer | Simon Charette <charette.s@gmail.com> | 2017-04-07 16:47:52 -0400 |
| commit | a354c69055fd818e612ce22eaa2da0576a4b89ee (patch) | |
| tree | ba38fef11f821c00fdac9cb1b7b848ffd2553512 /docs | |
| parent | 67b2b1f116aceee12922d2a8ff832382bca7e8ad (diff) | |
Fixed #28038 -- Restored casting to text of builtin lookups on PostgreSQL.
Reverted 658f1e8 which broke code using __icontains's implicit cast to ::text
on ArrayField.
Thanks Peter J. Farrell for the report.
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/releases/1.11.1.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/releases/1.11.1.txt b/docs/releases/1.11.1.txt index 101988819a..d1e054bb18 100644 --- a/docs/releases/1.11.1.txt +++ b/docs/releases/1.11.1.txt @@ -12,3 +12,6 @@ Bugfixes * Made migrations respect ``Index``’s ``name`` argument. If you created a named index with Django 1.11, ``makemigrations`` will create a migration to recreate the index with the correct name (:ticket:`28051`). + +* Fixed a crash when using a ``__icontains`` lookup on a ``ArrayField`` + (:ticket:`28038`). |
