mirror of
https://github.com/django/django.git
synced 2025-07-24 05:36:15 +00:00
Fixed #29694 -- Fixed column mismatch crash with QuerySet.values() or values_list() after combining querysets with extra() with union(), difference(), or intersection().
Regression in 0b66c3b442
.
This commit is contained in:
parent
166dec8406
commit
39461a83c3
3 changed files with 17 additions and 1 deletions
|
@ -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`).
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue