mirror of
https://github.com/django/django.git
synced 2025-11-07 07:15:35 +00:00
Regression from f51c1f59 when using select_related then prefetch_related
on the reverse side of an O2O:
Author.objects.select_related('bio').prefetch_related('bio__books')
Thanks Aymeric Augustin for the report and tests. Refs #17001.
6.9 KiB
6.9 KiB