django/docs/releases/3.0.3.txt

19 lines
536 B
Plaintext

==========================
Django 3.0.3 release notes
==========================
*Expected February 3, 2020*
Django 3.0.3 fixes several bugs in 3.0.2.
Bugfixes
========
* Fixed a regression in Django 3.0 that caused a crash when subtracting
``DateField``, ``DateTimeField``, or ``TimeField`` from a ``Subquery()``
annotation (:ticket:`31133`).
* Fixed a regression in Django 3.0 where ``QuerySet.values()`` and
``values_list()`` crashed if a queryset contained an aggregation and
``Exists()`` annotation (:ticket:`31136`).