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
@@ -79,3 +79,7 @@ Bugfixes
|
||||
|
||||
* Restored ``contrib.auth`` hashers compatibility with py-bcrypt
|
||||
(:ticket:`26016`).
|
||||
|
||||
* 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