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:47:44 -0400
commit3569e9d4a1e03b46b2649ca1d4fcdf9b72c552d1 (patch)
tree0d23a74d35b8ff393b48ab285b23a4f211f2a282
parentd6632f21113eae0d537dd406a2369938ffc93490 (diff)
[1.9.x] Refs #24505 -- Forwardported 1.8.5 release note.
Backport of 061801e3dfb3f88550cdaeef1a6dd1c24c13d53d from master
-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`).