﻿id	summary	reporter	owner	description	type	status	component	version	severity	resolution	keywords	cc	stage	has_patch	needs_docs	needs_tests	needs_better_patch	easy	ui_ux
17668	prefetch_related does not work in in_bulk	gurets@…	Luke Plant	"Hi,
When using the in_bulk - prefetch_related does not work.

For example: in_bulk uses django-haystack. load data from its storage (solr, xapian..) and search objects in django db backend.

qs = Book.objects.all().prefetch_related('authors')

books = qs.in_bulk([1,2,3])

books at this time without prefetched authors."	Bug	closed	Database layer (models, ORM)	1.4-alpha-1	Release blocker	fixed	prefetch_related,  in_bulk	anssi.kaariainen@…	Accepted	0	0	0	0	0	0
