On Fri, 2007-06-22 at 15:06 -0700, Boo wrote:
> Hi All.
> My form:
>
> class EditProfileForm(forms.Form):
> birthday =
> forms.DateField(widget=SelectDateWidget(years=range(1968, 1988)),
> label=_('Birthday'))
>
>
> If USE_I18N = True in settings, I receive an error:
>
> Request Method: GE
Hi All.
My form:
class EditProfileForm(forms.Form):
birthday =
forms.DateField(widget=SelectDateWidget(years=range(1968, 1988)),
label=_('Birthday'))
If USE_I18N = True in settings, I receive an error:
Request Method: GET
Exception Type: UnicodeDecodeError
Exception Value: 'ascii' codec ca
2 matches
Mail list logo