1
0
mirror of https://github.com/django/django.git synced 2025-04-08 07:26:41 +00:00
Loic Bistuer bdf3473e64 Fixed -- 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 .
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