﻿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
9979	localizing input_formats on DateField	matehat	matehat	"I needed a DateField to be able to receive lazy ugettext objects and resolve them at validating time, but when I tried I got an error from the internal python date parser, so I just applied `force_unicode` on each passed format in the field's clean method and everything works fine. I attached the patch so you can check it out and merge it ASAP!

Currently, my modifications allows the input_formats parameter to be in the form of:

input_formats = ( _l('some_format'), _('some_other_format') ) # where _l is `ugettext_lazy`"		closed	Forms	1.0		fixed		mathieu.damours@…	Design decision needed	1	0	0	0	0	0
