django1/docs/releases/3.0.3.txt

15 lines
352 B
Plaintext
Raw Normal View History

2020-01-02 15:35:55 +08:00
==========================
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`).