﻿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
15950	Allow ChoiceField and friends to take a callable for choices kwarg	Jeremy Dunck	nobody	"Sometimes we'd like choices to be dynamic (often the result of an ORM query), but because models are declarative, this forces queries to run with Django partially loaded.

It would be good to be able to make choices a callable so that these queries could be deferred until Django is fully loaded.

I'm attaching a rough patch; if this passes design-decision, I can polish it up with tests."	New feature	closed	Forms	1.3	Normal	duplicate			Accepted	0	0	0	0	0	0
