2017-04-05 10:20:56 +08:00
|
|
|
|
===========================
|
|
|
|
|
Django 1.11.1 release notes
|
|
|
|
|
===========================
|
|
|
|
|
|
|
|
|
|
*Under development*
|
|
|
|
|
|
|
|
|
|
Django 1.11.1 fixes several bugs in 1.11.
|
|
|
|
|
|
|
|
|
|
Bugfixes
|
|
|
|
|
========
|
|
|
|
|
|
2017-04-07 23:47:53 +08:00
|
|
|
|
* 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`).
|
2017-04-07 08:28:21 +08:00
|
|
|
|
|
|
|
|
|
* Fixed a crash when using a ``__icontains`` lookup on a ``ArrayField``
|
|
|
|
|
(:ticket:`28038`).
|
2017-04-07 18:23:25 +08:00
|
|
|
|
|
|
|
|
|
* Fixed a crash when using a two-tuple in ``EmailMessage``’s ``attachments``
|
|
|
|
|
argument (:ticket:`28042`).
|
2017-04-10 21:47:26 +08:00
|
|
|
|
|
|
|
|
|
* Fixed ``QuerySet.filter()`` crash when it references the name of a
|
|
|
|
|
``OneToOneField`` primary key (:ticket:`28047`).
|
2017-04-15 21:21:35 +08:00
|
|
|
|
|
|
|
|
|
* Fixed empty POST data table appearing instead of "No POST data" in HTML debug
|
|
|
|
|
page (:ticket:`28079`).
|
2017-04-16 01:01:38 +08:00
|
|
|
|
|
|
|
|
|
* Restored ``BoundField``\s without any ``choices`` evaluating to ``True``
|
|
|
|
|
(:ticket:`28058`).
|