diff options
| author | Tim Graham <timograham@gmail.com> | 2017-09-01 16:41:39 -0400 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2017-09-01 16:41:39 -0400 |
| commit | 04050bff306c0c609d58a8916a96245aa85c2c31 (patch) | |
| tree | f4bd9a943ac821946d64e616be7f874e5ee24871 /docs | |
| parent | cbb27d603b33192a4bb4bd506747c33084620d1a (diff) | |
Refs #26522 -- Forwardported 1.11.5 release note.
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/releases/1.11.5.txt | 3 |
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`). |
