2017-11-02 09:33:51 +08:00
|
|
|
===========================
|
|
|
|
Django 1.11.8 release notes
|
|
|
|
===========================
|
|
|
|
|
|
|
|
*Expected December 1, 2017*
|
|
|
|
|
|
|
|
Django 1.11.8 fixes several bugs in 1.11.7.
|
|
|
|
|
|
|
|
Bugfixes
|
|
|
|
========
|
|
|
|
|
2017-11-08 16:32:49 +08:00
|
|
|
* Reallowed, following a regression in Django 1.10, ``AuthenticationForm`` to
|
|
|
|
raise the inactive user error when using ``ModelBackend`` (:ticket:`28645`).
|
2017-11-12 21:28:11 +08:00
|
|
|
|
|
|
|
* Added support for ``QuerySet.values()`` and ``values_list()`` for
|
|
|
|
``union()``, ``difference()``, and ``intersection()`` queries
|
|
|
|
(:ticket:`28781`).
|
2017-11-12 08:17:20 +08:00
|
|
|
|
|
|
|
* Fixed incorrect index name truncation when using a namespaced ``db_table``
|
|
|
|
(:ticket:`28792`).
|