From 3569e9d4a1e03b46b2649ca1d4fcdf9b72c552d1 Mon Sep 17 00:00:00 2001 From: Tim Graham Date: Wed, 30 Sep 2015 18:46:11 -0400 Subject: [PATCH] [1.9.x] Refs #24505 -- Forwardported 1.8.5 release note. Backport of 061801e3dfb3f88550cdaeef1a6dd1c24c13d53d from master --- docs/releases/1.8.5.txt | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/releases/1.8.5.txt b/docs/releases/1.8.5.txt index 14893f4a72..b951ff98d8 100644 --- a/docs/releases/1.8.5.txt +++ b/docs/releases/1.8.5.txt @@ -52,3 +52,7 @@ Bugfixes (:ticket:`24921`). * Fixed the ``manage.py test --keepdb`` option on Oracle (:ticket:`25421`). + +* Fixed incorrect queries with multiple many-to-many fields on a model with the + same 'to' model and with ``related_name`` set to '+' (:ticket:`24505`, + :ticket:`25486`).