mirror of
https://github.com/django/django.git
synced 2025-10-31 09:41:08 +00:00
Regression fromf51c1f59when 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. Backport ofbdf3473e64from master
6.9 KiB
6.9 KiB