﻿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
14294	default input_format not honoroed	danols@…	nobody	"form.DateField() only accepts following formats:


{{{
'%Y-%m-%d', '%m/%d/%Y', '%m/%d/%y', # '2006-10-25', '10/25/2006', '10/25/06'
}}}


But fails to accept: 

{{{
'%b %d %Y', '%b %d, %Y',            # 'Oct 25 2006', 'Oct 25, 2006'
'%d %b %Y', '%d %b, %Y',            # '25 Oct 2006', '25 Oct, 2006'
'%B %d %Y', '%B %d, %Y',            # 'October 25 2006', 'October 25, 2006'
'%d %B %Y', '%d %B, %Y',            # '25 October 2006', '25 October, 2006'
}}}


Documentations states all above should be accepted: http://docs.djangoproject.com/en/dev/ref/forms/fields/#datefield

Thanks"	Bug	closed	Documentation	1.2	Normal	fixed			Accepted	0	0	0	0	0	0
