﻿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
35392	aprefetch_related_objects cannot be imported from django.db.models	James Ostrander	James Ostrander	"{{{aprefetch_related_objects}}} cannot be imported from {{{django.db.models}}} like {{{prefetch_related_objects}}} can. Because the docs (https://docs.djangoproject.com/en/5.0/ref/models/querysets/#prefetch-related-objects) say nothing about importing the async version from a different place, I believe this to be an oversight.

You can work around this by importing from {{{django.db.models.query}}} but if that's the intended behavior, the documentation should be updated to reflect that. Let me know and I'll do so happily! Otherwise, see my attached patch for a fix to the import."	Bug	closed	Database layer (models, ORM)	5.0	Release blocker	fixed	prefetch, async, orm	James Ostrander	Ready for checkin	1	0	0	0	0	0
