﻿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
26734	Make iterator class configurable on ModelChoiceField	David Sanders	nobody	Currently isn't trivial to change the iterator class used for a subclass of `ModelChoiceField` since it is hardcoded in `_get_choices`, which is then used in a property. This means a subclass has to duplicate code and create the property again to change the iterator class.	Cleanup/optimization	closed	Forms	1.9	Normal	fixed			Ready for checkin	1	0	0	0	0	0
