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

Fixed #30368 -- Fixed prefetch_related() for GenericForeignKey when PK is also a FK.

This commit is contained in:
Vinny Do
2019-04-16 17:49:16 +10:00
committed by Mariusz Felisiak
parent d610521bff
commit a4055adf70
3 changed files with 11 additions and 0 deletions

View File

@@ -880,6 +880,7 @@ answer newbie questions, and generally made Django that much better:
Vinay Karanam <https://github.com/vinayinvicible>
Vinay Sajip <vinay_sajip@yahoo.co.uk>
Vincent Foley <vfoleybourgon@yahoo.ca>
Vinny Do <vdo.code@gmail.com>
Vitaly Babiy <vbabiy86@gmail.com>
Vladimir Kuzma <vladimirkuzma.ch@gmail.com>
Vlado <vlado@labath.org>