summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorvaltron <valtron2000@gmail.com>2014-04-11 19:27:34 -0600
committerLoic Bistuer <loic.bistuer@gmail.com>2014-04-13 00:51:38 +0700
commit6b3a8d27052bb5b242ab6c1c2fb0d6da5b49681d (patch)
tree3114b316b16568833a48e55cc05025cb56ae8279 /docs
parenta6eda3a5fc524333b476deed5057ee9803d91108 (diff)
[1.7.x] Fixed #21760 -- prefetch_related used an inefficient query for reverse FK.
Regression introduced by commit 9777442. Refs #21410. Backport of d3b71b976d from master
Diffstat (limited to 'docs')
-rw-r--r--docs/releases/1.6.3.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/releases/1.6.3.txt b/docs/releases/1.6.3.txt
index 538c67e5dc..c6adbcf09c 100644
--- a/docs/releases/1.6.3.txt
+++ b/docs/releases/1.6.3.txt
@@ -67,5 +67,9 @@ Other bugfixes and changes
* Fixed :djadmin:`changepassword` on Windows
(`#22364 <https://code.djangoproject.com/ticket/22364>`_).
+* Fixed regression in ``prefetch_related`` that caused the related objects
+ query to include an unnecessary join
+ (`#21760 <https://code.djangoproject.com/ticket/21760>`_).
+
Additionally, Django's vendored version of six, :mod:`django.utils.six` has been
upgraded to the latest release (1.6.1).