summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorBo Marchman <bo.marchman@gmail.com>2017-03-02 09:36:25 -0500
committerTim Graham <timograham@gmail.com>2017-09-01 15:49:33 -0400
commit8d66bffbae8e5a230da51c7638d24fdbd327a96b (patch)
treed6217addddfde1761a5b3135d4617442f0f3d61a /docs
parent511dfb336fc271e538f714b7a9bdb0b375924b53 (diff)
[1.11.x] Fixed #26522 -- Fixed a nondeterministic AssertionError in QuerySet combining.
Thanks Andrew Brown for the test case. Backport of 9bbb6e2d2536c4ac20dc13a94c1f80494e51f8d9 from master
Diffstat (limited to 'docs')
-rw-r--r--docs/releases/1.11.5.txt3
1 files changed, 3 insertions, 0 deletions
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`).