0
0
mirror of https://github.com/django/django.git synced 2024-11-29 14:46:18 +01:00

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

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