Refs #26522 -- Forwardported 1.11.5 release note.

This commit is contained in:
Tim Graham 2017-09-01 16:41:39 -04:00
parent cbb27d603b
commit 04050bff30
1 changed files with 3 additions and 0 deletions

View File

@ -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`).