From d6b6e5d0fd4e6b6d0183b4cf6e4bd4f9afc7bf67 Mon Sep 17 00:00:00 2001 From: David Wobrock Date: Mon, 13 Mar 2023 15:03:28 +0100 Subject: Fixed #28553 -- Fixed annotation mismatch with QuerySet.values()/values_list() on compound queries. Co-authored-by: Matthias Kestenholz --- docs/releases/5.0.txt | 3 +++ 1 file changed, 3 insertions(+) (limited to 'docs') diff --git a/docs/releases/5.0.txt b/docs/releases/5.0.txt index 385f4a6512..b2e8b9d48b 100644 --- a/docs/releases/5.0.txt +++ b/docs/releases/5.0.txt @@ -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 -- cgit v1.3