diff options
| author | Simon Charette <charette.s@gmail.com> | 2020-01-02 11:33:01 -0500 |
|---|---|---|
| committer | Mariusz Felisiak <felisiak.mariusz@gmail.com> | 2020-01-03 10:35:08 +0100 |
| commit | 9bcbcd599abac91ea853b2fe10b784ba32df043e (patch) | |
| tree | aede04abf962e71b9e93c6628176aad75f895fa8 /docs/releases/3.0.3.txt | |
| parent | 372eaa395f167c038e546c6be554c96014d40109 (diff) | |
Fixed #31133 -- Fixed crash when subtracting against a subquery annotation.
The subtract_temporals() database operation was not handling expressions
returning SQL params in mixed database types.
Regression in 35431298226165986ad07e91f9d3aca721ff38ec.
Thanks Reupen Shah for the report.
Diffstat (limited to 'docs/releases/3.0.3.txt')
| -rw-r--r-- | docs/releases/3.0.3.txt | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/docs/releases/3.0.3.txt b/docs/releases/3.0.3.txt index db9f0fd562..ecc5ba9294 100644 --- a/docs/releases/3.0.3.txt +++ b/docs/releases/3.0.3.txt @@ -9,4 +9,6 @@ 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`). |
