mirror of
https://github.com/Hopiu/django.git
synced 2026-05-18 20:41:06 +00:00
The subtract_temporals() database operation was not handling expressions
returning SQL params in mixed database types.
Regression in 3543129822.
Thanks Reupen Shah for the report.
14 lines
352 B
Text
14 lines
352 B
Text
==========================
|
|
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`).
|