﻿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
5830	ModelChoiceField does not allow you to change the queryset on the widget after __init__ is called	Øyvind Saltvik <oyvind@…>	nobody	"!ModelChoiceField.!__init!__ assigns the default queryset to self.widget.choices; then if you change field.queryset later it is too late, as it does not set self.widget.choices again.

This is easily done by making self.queryset a property()
"		closed	Uncategorized	newforms-admin		duplicate	modelchoicefield property	michael@…	Unreviewed	1	0	0	0	0	0
