mirror of
https://github.com/django/django.git
synced 2024-12-01 15:42:04 +01:00
a354c69055
Reverted 658f1e8
which broke code using __icontains's implicit cast to ::text
on ArrayField.
Thanks Peter J. Farrell for the report.
18 lines
478 B
Plaintext
18 lines
478 B
Plaintext
===========================
|
||
Django 1.11.1 release notes
|
||
===========================
|
||
|
||
*Under development*
|
||
|
||
Django 1.11.1 fixes several bugs in 1.11.
|
||
|
||
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`).
|