summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorTim Graham <timograham@gmail.com>2015-10-14 12:22:53 -0700
committerTim Graham <timograham@gmail.com>2015-10-14 12:22:53 -0700
commit4cc6f8b76414020f0a581ce217eac4af432631a9 (patch)
treed66bd5d8c55996ad5cfaf4f5514e2b726f909067 /docs
parentb971c1cd78a0bf831c1c30080089c4a384d037a0 (diff)
Forwardported 1.8.6 release note.
Diffstat (limited to 'docs')
-rw-r--r--docs/releases/1.8.6.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/releases/1.8.6.txt b/docs/releases/1.8.6.txt
index 4e455d7672..44380cded5 100644
--- a/docs/releases/1.8.6.txt
+++ b/docs/releases/1.8.6.txt
@@ -18,4 +18,8 @@ Bugfixes
* Fixed system check crash on ``ForeignKey`` to abstract model
(:ticket:`25503`).
+* Fixed incorrect queries when you have multiple ``ManyToManyField``\s on
+ different models that have the same field name, point to the same model, and
+ have their reverse relations disabled (:ticket:`25545`).
+
* Allowed filtering over a ``RawSQL`` annotation (:ticket:`25506`).