summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorTim Graham <timograham@gmail.com>2015-10-05 18:21:56 -0400
committerTim Graham <timograham@gmail.com>2015-10-05 19:19:09 -0400
commit6bc8bdf55ae71482ee3cd6c1ab157404c2e4ec5c (patch)
tree2dac9d9e3462becd63a22458621362b021d7fa9f /docs
parent3429dfe11df8c7ac59255320c6d34609570345c3 (diff)
[1.9.x] Fixed #25496 -- Made ModelChoiceField respect prefetch_related().
Backport of 6afa6818fcf25665bbf61f0921c8c8c6fa8f223e from master
Diffstat (limited to 'docs')
-rw-r--r--docs/releases/1.8.6.txt3
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/releases/1.8.6.txt b/docs/releases/1.8.6.txt
index 6268bb3bbf..9292d7835b 100644
--- a/docs/releases/1.8.6.txt
+++ b/docs/releases/1.8.6.txt
@@ -9,4 +9,5 @@ Django 1.8.6 fixes several bugs in 1.8.5.
Bugfixes
========
-* ...
+* Fixed a regression causing ``ModelChoiceField`` to ignore
+ ``prefetch_related()`` on its queryset (:ticket:`25496`).