﻿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
34331	Support prefetch_related() with Queryset.aiterator()	Barry Johnson	john-parton	"Asynchronously iterating through a QuerySet that contains a prefetch_related definition is not supported in the alpha release of 4.2, but would be a quite useful feature.

If the iterator is chunked, related objects could be prefetched in a manner much like within QuerySet.iterator(), as long as the call to prefetch_related_objects is wrapped by sync_to_async(). "	New feature	closed	Database layer (models, ORM)	4.2	Normal	fixed			Ready for checkin	1	0	0	0	0	0
