mirror of
https://github.com/django/django.git
synced 2025-10-31 09:41:08 +00:00
Fixed #25316 -- Fixed a crash with order_by() and values() after annotate().
This commit is contained in:
committed by
Tim Graham
parent
f0ad641628
commit
3eba9638ee
@@ -54,3 +54,7 @@ Bugfixes
|
||||
|
||||
* Made ``loaddata`` skip disabling and enabling database constraints when it
|
||||
doesn't load any fixtures (:ticket:`23372`).
|
||||
|
||||
* Fixed a crash in ``QuerySet.values()/values_list()`` after an ``annotate()``
|
||||
and ``order_by()`` when ``values()/values_list()`` includes a field not in
|
||||
the ``order_by()`` (:ticket:`25316`).
|
||||
|
||||
Reference in New Issue
Block a user