21 lines
588 B
Plaintext
21 lines
588 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`).
|
||
|
||
* Fixed a crash when using a two-tuple in ``EmailMessage``’s ``attachments``
|
||
argument (:ticket:`28042`).
|