1
0
mirror of https://github.com/django/django.git synced 2025-03-13 10:50:55 +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
..
2013-12-24 12:25:17 +01:00
2013-12-10 15:12:48 -05:00
2014-05-19 14:59:02 +01:00
2013-12-10 15:12:48 -05:00
2014-05-08 21:49:54 +02:00
2014-05-08 21:50:21 +02:00
2013-12-14 11:59:15 -05:00
2014-04-21 12:27:34 +02:00
2013-12-24 12:25:17 +01:00
2014-05-08 21:49:54 +02:00
2013-12-14 11:59:15 -05:00
2014-02-28 09:54:53 +01:00