﻿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
13437	SelectDateField doesn't retain partially posted values when USE_L10N=True	Russell Keith-Magee	nobody	"If you have localization enabled, and you have a SelectDateField (django.forms.extras.widgets), and you post a year, month and day value, the widget works as advertised.;

However, if you only post partial data (e.g., only the year and month, but *not* the day), the year and month value are not preserved; the widgets are reset to empty values.

This is inconsistent with the unlocalized behavior, which will preserve all available data.

This is because strftime can't format missing values, and strptime can't parse missing values. The parsing failure is turned into a None value for the entire date, rather than retaining partial data in a '2010-04-00' type structure as happens with unlocalized inputs."	Bug	closed	Forms	dev	Normal	invalid			Accepted	0	0	0	0	0	0
