summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Graham <timograham@gmail.com>2015-09-30 18:46:11 -0400
committerTim Graham <timograham@gmail.com>2015-09-30 18:46:11 -0400
commit061801e3dfb3f88550cdaeef1a6dd1c24c13d53d (patch)
treeb6df9d17929df85c4380624166fbd15f159100a0
parent5c6316dc3467fd7b669bea9157f591ac5fd00ec4 (diff)
Refs #24505 -- Forwardported 1.8.5 release note.
-rw-r--r--docs/releases/1.8.5.txt4
1 files changed, 4 insertions, 0 deletions
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`).