1
0
mirror of https://github.com/django/django.git synced 2025-10-31 09:41:08 +00:00

[1.6.x] Fixed #21760 -- prefetch_related used an inefficient query for reverse FK.

Regression introduced by commit 9777442. Refs #21410.

Conflicts:
	tests/prefetch_related/tests.py

Backport of d3b71b976d from master
This commit is contained in:
valtron
2014-04-11 19:27:34 -06:00
committed by Loic Bistuer
parent a357079892
commit 1252b77824
4 changed files with 25 additions and 1 deletions

View File

@@ -599,6 +599,7 @@ answer newbie questions, and generally made Django that much better:
David Tulig <david.tulig@gmail.com>
Justine Tunney <jtunney@lobstertech.com>
Amit Upadhyay <http://www.amitu.com/blog/>
valtron
Adam Vandenberg
Geert Vanderkelen
Vasil Vangelovski