diff options
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/releases/3.0.2.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/releases/3.0.2.txt b/docs/releases/3.0.2.txt index 53b066838a..ccc82b18ae 100644 --- a/docs/releases/3.0.2.txt +++ b/docs/releases/3.0.2.txt @@ -11,3 +11,6 @@ Bugfixes * Fixed a regression in Django 3.0 that didn't include columns referenced by a ``Subquery()`` in the ``GROUP BY`` clause (:ticket:`31094`). + +* Fixed a regression in Django 3.0 where ``QuerySet.exists()`` crashed if a + queryset contained an aggregation over a ``Subquery()`` (:ticket:`31109`). |
