mirror of
https://github.com/django/django.git
synced 2025-11-07 07:15:35 +00:00
Fixed #28553 -- Fixed annotation mismatch with QuerySet.values()/values_list() on compound queries.
Co-authored-by: Matthias Kestenholz <mk@feinheit.ch>
This commit is contained in:
committed by
Mariusz Felisiak
parent
39d1e45227
commit
d6b6e5d0fd
@@ -295,6 +295,9 @@ Miscellaneous
|
||||
* Integer fields are now validated as 64-bit integers on SQLite to match the
|
||||
behavior of ``sqlite3``.
|
||||
|
||||
* The undocumented ``Query.annotation_select_mask`` attribute is changed from a
|
||||
set of strings to an ordered list of strings.
|
||||
|
||||
.. _deprecated-features-5.0:
|
||||
|
||||
Features deprecated in 5.0
|
||||
|
||||
Reference in New Issue
Block a user