﻿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
11701	[patch] DateInput widget: allow uggettext_lazy in format attr	carsten	nobody	"Currently the following raises ""!TemplateSyntaxError 'strftime() argument 1 must be string or 
read-only buffer, not !__ proxy!__ "":

{{{
some_date = fields.DateField(widget=widgets.DateInput(format=ugettext_lazy('%d.%m.%Y'))) 
}}}

The attached patch fixes !DateWidget by using force_unicode() on self.format in the date.strftime() method."		closed	Forms	1.1		fixed		carsten.kraus@… hr.bjarni+django@…	Unreviewed	1	0	0	0	0	0
