﻿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
10969	django/contrib/localflavor/us/models.py update USStateField to act as a normal CharField with choices.	Paul McLanahan	Karen Tracey	"The current implementation of the USStateField model field in the localflavor/us module does not act like a normal CharField with choices. It does not cause the model to get a get_<fieldname>_display method, and it does not appear to obey blank=True rules like other CharFields would. It is for these reasons that I don't see why this can't be a simple subclass of django.db.models.fields.CharField.

Note: Possibly related to #4092."		closed	contrib.localflavor	dev		fixed	usstatefield, charfield		Accepted	1	0	0	0	0	0
