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:44 +0100 |
| commit | 02cda09b13e677db01863fa0a7112dba631b9c5c (patch) | |
| tree | 6b2b6a464778b0a804570b17ce00b3ccceffa0cb /docs | |
| parent | d975415852749814e781425b595c9463c4391c19 (diff) | |
[3.0.x] 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.
Backport of 9bcbcd599abac91ea853b2fe10b784ba32df043e from master
Diffstat (limited to 'docs')
| -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`). |
