﻿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
31812	The `model` attribute of image fields doesn't point to concrete model.	Matthias Kestenholz	Matthias Kestenholz	"In Django 3.1 and before, one could use the `model` attribute of image fields to find the concrete model the image field belongs to.

This isn't possible in 3.2 anymore, and I bisected the change to the fix of #31701.

I found this while investigating a CI failure of django-imagefield https://travis-ci.org/github/matthiask/django-imagefield/jobs/710794644

I'm not sure whether this is a bug or whether it is an intentional change. If it is the later, is there an alternative to find the concrete model an image field belongs to? I'm classifying this as a bug because the change made model and field introspection harder than it was before. Also, since behavior changed #31701 may possibly not be classified as a cleanup/optimization anymore..."	Bug	closed	Database layer (models, ORM)	dev	Release blocker	fixed		Sultan	Ready for checkin	1	0	0	0	0	0
