mirror of
https://github.com/django/django.git
synced 2025-01-23 00:29:34 +00:00
bdf3473e64
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.