#4663: UnicodeDecodeError with SelectDateWidget
-----------------------------+----------------------------------------------
Reporter: [EMAIL PROTECTED] | Owner: adrian
Status: new | Component: django.newforms
Version: SVN | Keywords: SelectDateWidget
Stage: Unreviewed | Has_patch: 0
-----------------------------+----------------------------------------------
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 UnicodeDecodeError:
Request Method: GET
Exception Type: UnicodeDecodeError
Exception Value: 'ascii' codec can't decode byte 0xd0 in position 0:
ordinal not in range(128)
Exception Location: /usr/local/lib/python2.4/site-
packages/django/newforms/widgets.py in render, line 173
--
Ticket URL: <http://code.djangoproject.com/ticket/4663>
Django Code <http://code.djangoproject.com/>
The web framework for perfectionists with deadlines
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Django updates" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/django-updates?hl=en
-~----------~----~----~----~------~----~------~--~---