summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
Diffstat (limited to 'docs')
-rw-r--r--docs/releases/2.1.1.txt5
1 files changed, 5 insertions, 0 deletions
diff --git a/docs/releases/2.1.1.txt b/docs/releases/2.1.1.txt
index 07912eead2..759d24c391 100644
--- a/docs/releases/2.1.1.txt
+++ b/docs/releases/2.1.1.txt
@@ -41,3 +41,8 @@ Bugfixes
* Fixed admin change view crash for view-only users if the form has an extra
form field (:ticket:`29682`).
+
+* Fixed a regression in Django 2.0.5 where ``QuerySet.values()`` or
+ ``values_list()`` after combining querysets with ``extra()`` with
+ ``union()``, ``difference()``, or ``intersection()`` crashed due to
+ mismatching columns (:ticket:`29694`).