mirror of
https://github.com/django/django.git
synced 2025-08-19 02:01:29 +00:00
[1.11.x] Fixed #28038 -- Restored casting to text of builtin lookups on PostgreSQL.
Reverted658f1e8
which broke code using __icontains's implicit cast to ::text on ArrayField. Thanks Peter J. Farrell for the report. Backport ofa354c69055
from master
This commit is contained in:
parent
f9d2a20d7b
commit
5d35e8eb06
3 changed files with 11 additions and 2 deletions
|
@ -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`).
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue