1
0
mirror of https://github.com/django/django.git synced 2025-01-24 17:19:19 +00:00
Loic Bistuer bdf3473e64 Fixed #22650 -- Fixed regression on prefetch_related.
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.
2014-05-21 10:26:04 +07:00
..
2014-05-19 15:17:35 +02:00
2014-05-19 09:30:26 +02:00
2014-05-16 05:34:40 -04:00