﻿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
15135	Default input_formats for forms.DateField not as documented	Aryeh Leib Taurog <vim@…>	nobody	"There seem to be significantly fewer default date input formats than are listed in [http://docs.djangoproject.com/en/1.2/ref/forms/fields/#django.forms.DateField.input_formats the forms.DateField documentation].

{{{
In [5]: from django.utils import formats
In [6]: formats.get_format('DATE_INPUT_FORMATS')
Out[6]: ('%Y-%m-%d', '%m/%d/%Y', '%m/%d/%y')
}}}

I don't know if this is a bug in the documentation or the l10n (I hope it's the latter)."		closed	Uncategorized	1.2		duplicate		vim@…	Accepted	0	0	0	0	0	0
