﻿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
25731	Remove choices from ether instance or method attribute in Select widget	Johannes Maron	nobody	"`django.forms.widgets.Select` chains `self.choices` a kwarg `choices`.

I think this is a bit over the top, and results in a lot of complexity. I couldn't find a good reason to why this is actually implemented that way.

I'd like to drop one of the two. Ether remove the choices from the instance and keep passing them in all methods, or preferable remove them from the method signatures.
The latter I think is cleaner but does include a bit of deprecation.

Cheers,
Joe"	Cleanup/optimization	closed	Forms	1.8	Normal	fixed		James Pic	Accepted	1	0	0	0	0	0
