mirror of
https://github.com/django/django.git
synced 2025-10-31 09:41:08 +00:00
Fixed #29229 -- Fixed column mismatch crash when combining two annotated values_list() querysets with union(), difference(), or intersection().
Regression in 7316720603821ebb64dfe8fa592ba6edcef5f3e.
This commit is contained in:
@@ -9,4 +9,6 @@ Django 1.11.12 fixes a bug in 1.11.11.
|
||||
Bugfixes
|
||||
========
|
||||
|
||||
* ...
|
||||
* Fixed a regression in Django 1.11.8 where combining two annotated
|
||||
``values_list()`` querysets with ``union()``, ``difference()``, or
|
||||
``intersection()`` crashed due to mismatching columns (:ticket:`29229`).
|
||||
|
||||
Reference in New Issue
Block a user