diff options
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`). |
