﻿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
26843	empty_label argument on ModelChoiceField is not tested	Sean Marlow	Sean Marlow	"The `empty_label` attribute on `ModelChoiceField` is not tested.

Possible cases:

{{{
# No empty label option
empty_label = None

# Changes empty label display value
empty_label = ""Select One""
}}}

Additionally, if the field is required and initial is not None the value is set to None. [https://github.com/django/django/blob/master/django/forms/models.py#L1137]"	Cleanup/optimization	closed	Testing framework	dev	Normal	worksforme	ModelChoiceField,Tests,empty_label		Unreviewed	0	0	0	0	1	0
