2020-05-04 07:38:35 +02:00
|
|
|
==========================
|
|
|
|
Django 3.0.7 release notes
|
|
|
|
==========================
|
|
|
|
|
2020-05-27 10:19:15 +02:00
|
|
|
*Expected June 3, 2020*
|
2020-05-04 07:38:35 +02:00
|
|
|
|
2020-05-27 10:19:15 +02:00
|
|
|
Django 3.0.7 fixes two security issues and several bugs in 3.0.6.
|
2020-05-04 07:38:35 +02:00
|
|
|
|
|
|
|
Bugfixes
|
|
|
|
========
|
|
|
|
|
2020-05-05 09:08:29 +02:00
|
|
|
* Fixed a regression in Django 3.0 by restoring the ability to use field
|
|
|
|
lookups in ``Meta.ordering`` (:ticket:`31538`).
|
2020-05-14 05:38:29 +02: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`).
|
2020-05-14 06:14:48 +02:00
|
|
|
|
|
|
|
* Fixed a regression in Django 3.0 where aggregates used wrong annotations when
|
|
|
|
a queryset has multiple subqueries annotations (:ticket:`31568`).
|
2020-05-14 15:07:08 +02:00
|
|
|
|
|
|
|
* Fixed a regression in Django 3.0 where ``QuerySet.values()`` and
|
|
|
|
``values_list()`` crashed if a queryset contained an aggregation and an
|
|
|
|
``Exists()`` annotation on Oracle (:ticket:`31584`).
|
2020-05-20 09:18:19 +02:00
|
|
|
|
|
|
|
* Fixed a regression in Django 3.0 where all resolved ``Subquery()``
|
|
|
|
expressions were considered equal (:ticket:`31607`).
|