2018-02-04 13:10:08 +08:00
|
|
|
==========================
|
|
|
|
Django 2.0.3 release notes
|
|
|
|
==========================
|
|
|
|
|
|
|
|
*Expected March 1, 2018*
|
|
|
|
|
|
|
|
Django 2.0.3 fixes several bugs in 2.0.2.
|
|
|
|
|
|
|
|
Bugfixes
|
|
|
|
========
|
|
|
|
|
2018-02-08 22:59:25 +08:00
|
|
|
* Fixed a regression that caused sliced ``QuerySet.distinct().order_by()``
|
|
|
|
followed by ``count()`` to crash (:ticket:`29108`).
|
2018-02-11 05:05:41 +08:00
|
|
|
|
|
|
|
* Prioritized the datetime and time input formats without ``%f`` for the Thai
|
|
|
|
locale to fix the admin time picker widget displaying "undefined"
|
|
|
|
(:ticket:`29109`).
|
2018-02-07 11:09:43 +08:00
|
|
|
|
|
|
|
* Fixed crash with ``QuerySet.order_by(Exists(...))`` (:ticket:`29118`).
|
2018-02-13 03:00:29 +08:00
|
|
|
|
|
|
|
* Made ``Q.deconstruct()`` deterministic with multiple keyword arguments
|
|
|
|
(:ticket:`29125`). You may need to modify ``Q``'s in existing migrations, or
|
|
|
|
accept an autogenerated migration.
|