diff options
| author | valtron <valtron2000@gmail.com> | 2014-04-11 19:27:34 -0600 |
|---|---|---|
| committer | Loic Bistuer <loic.bistuer@gmail.com> | 2014-04-13 00:34:16 +0700 |
| commit | d3b71b976dee4b02908235b8007db254a9795268 (patch) | |
| tree | 4bc4cdb05d26a42d6ad5f6dad1800fa87cb8e97d /docs | |
| parent | 3417ba03094b644f01597d6b5a43ccbc71a55378 (diff) | |
Fixed #21760 -- prefetch_related used an inefficient query for reverse FK.
Regression introduced by commit 9777442. Refs #21410.
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/releases/1.6.3.txt | 4 |
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). |
