diff options
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/releases/3.0.5.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/releases/3.0.5.txt b/docs/releases/3.0.5.txt index 43b7bfe08f..423ec809cd 100644 --- a/docs/releases/3.0.5.txt +++ b/docs/releases/3.0.5.txt @@ -11,3 +11,7 @@ Bugfixes * Added the ability to handle ``.po`` files containing different plural equations for the same language (:ticket:`30439`). + +* Fixed a regression in Django 3.0 where ``QuerySet.values()`` and + ``values_list()`` crashed if a queryset contained an aggregation and + ``Subquery()`` annotation that collides with a field name (:ticket:`31377`). |
