﻿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
19119	Typo in a documentation example	henrik@…	nobody	"At [https://docs.djangoproject.com/en/dev/ref/forms/fields/#datefield Forms DateField documentation]
in the second example box of '''input_formats''' the first line goes:

{{{
'%b %m %d',       # 'Oct 25 2006'
}}}

This should be either
{{{
'%b %m %d',       # 'Oct 25 06'
}}}
or
{{{
'%b %m %Y',       # 'Oct 25 2006'
}}}

Also under these examples would be beneficial to add link where the list of date modifiers could be found"	Bug	closed	Documentation	1.4	Normal	fixed			Accepted	0	0	0	0	1	0
