﻿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
16291	Document that TypedChoiceField does not coerce empty_value	Klaas van Schelven	nobody	"When the empty value is selected in a !TypedChoiceField this is not passed through the coerce function.

I suppose this is what could be deduced from the existence of the empty_value parameter, but it was very surprising to me indeed.

Current description here:
https://docs.djangoproject.com/en/dev/ref/forms/fields/#typedchoicefield

My personal feeling would be to send all values through coerce, but I suppose the alternative would be to simply document this behavior more explicitly."	Cleanup/optimization	closed	Documentation	1.3	Normal	fixed		Taavi Taijala	Ready for checkin	1	0	0	0	1	0
