mirror of
https://github.com/django/django.git
synced 2025-08-03 10:34:04 +00:00
Fixed #32627 -- Fixed QuerySet.values()/values_list() crash on combined querysets ordered by unannotated columns.
This commit is contained in:
parent
823a9e6bac
commit
9760e262f8
3 changed files with 34 additions and 5 deletions
|
@ -14,3 +14,8 @@ Bugfixes
|
|||
* Fixed a bug in Django 3.2 where subclasses of ``BigAutoField`` and
|
||||
``SmallAutoField`` were not allowed for the :setting:`DEFAULT_AUTO_FIELD`
|
||||
setting (:ticket:`32620`).
|
||||
|
||||
* Fixed a regression in Django 3.2 that caused a crash of
|
||||
``QuerySet.values()/values_list()`` after ``QuerySet.union()``,
|
||||
``intersection()``, and ``difference()`` when it was ordered by an
|
||||
unannotated field (:ticket:`32627`).
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue