From 8d66bffbae8e5a230da51c7638d24fdbd327a96b Mon Sep 17 00:00:00 2001 From: Bo Marchman Date: Thu, 2 Mar 2017 09:36:25 -0500 Subject: [1.11.x] Fixed #26522 -- Fixed a nondeterministic AssertionError in QuerySet combining. Thanks Andrew Brown for the test case. Backport of 9bbb6e2d2536c4ac20dc13a94c1f80494e51f8d9 from master --- docs/releases/1.11.5.txt | 3 +++ 1 file changed, 3 insertions(+) (limited to 'docs') diff --git a/docs/releases/1.11.5.txt b/docs/releases/1.11.5.txt index cb9e466248..139371d90e 100644 --- a/docs/releases/1.11.5.txt +++ b/docs/releases/1.11.5.txt @@ -40,3 +40,6 @@ Bugfixes weren't logged in the admin change history (:ticket:`27998`) and prevented ``ManyToManyField`` initial data in model forms from being affected by subsequent model changes (:ticket:`28543`). + +* Fixed non-deterministic results or an ``AssertionError`` crash in some + queries with multiple joins (:ticket:`26522`). -- cgit v1.3