2020-05-04 13:38:35 +08:00
|
|
|
==========================
|
|
|
|
Django 3.0.7 release notes
|
|
|
|
==========================
|
|
|
|
|
|
|
|
*Expected June 1, 2020*
|
|
|
|
|
|
|
|
Django 3.0.7 fixes several bugs in 3.0.6.
|
|
|
|
|
|
|
|
Bugfixes
|
|
|
|
========
|
|
|
|
|
2020-05-05 15:08:29 +08:00
|
|
|
* Fixed a regression in Django 3.0 by restoring the ability to use field
|
|
|
|
lookups in ``Meta.ordering`` (:ticket:`31538`).
|
2020-05-14 11:38:29 +08:00
|
|
|
|
|
|
|
* Fixed a regression in Django 3.0 where ``QuerySet.values()`` and
|
|
|
|
``values_list()`` crashed if a queryset contained an aggregation and a
|
|
|
|
subquery annotation (:ticket:`31566`).
|