mirror of
https://github.com/django/django.git
synced 2025-10-31 09:41:08 +00:00
Fixed #30771 -- Fixed exact lookup against queries with selected columns.
Use pre-existing select fields (and thereby GROUP BY fields) from subquery if they were specified, instead of always defaulting to pk. Thanks Aur Saraf for the report and Simon Charette for guidance.
This commit is contained in:
committed by
Mariusz Felisiak
parent
3346b78a8a
commit
0719edcd5f
1
AUTHORS
1
AUTHORS
@@ -384,6 +384,7 @@ answer newbie questions, and generally made Django that much better:
|
||||
James Bennett <james@b-list.org>
|
||||
James Murty
|
||||
James Tauber <jtauber@jtauber.com>
|
||||
James Timmins <jameshtimmins@gmail.com>
|
||||
James Wheare <django@sparemint.com>
|
||||
Jannis Leidel <jannis@leidel.info>
|
||||
Janos Guljas
|
||||
|
||||
Reference in New Issue
Block a user