﻿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
25226	ArrayField doesn't set the model attribute on the base_field instance	Ion Scerbatiuc	Tim Graham <timograham@…>	"I found this issue while working on #25172. The ArrayField uses the check framework to perform backend specific checks on the `base_field` instance, but doesn't set the `model` attribute on it. 
Since the backend specific field tests will use the model to route to the appropriate db connection, we need to have the model set on the `base_field` instance too.

Here's the PR in github with the proposed fix: https://github.com/django/django/pull/5104"	Bug	closed	contrib.postgres	dev	Normal	fixed	arrayfield check-framework		Unreviewed	1	0	0	0	0	0
