Changes between Initial Version and Version 1 of Ticket #4663
- Timestamp:
- Jun 22, 2007, 9:27:04 PM (17 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #4663 – Description
initial v1 1 1 My form: 2 2 {{{ 3 #!python 3 4 class EditProfileForm(forms.Form): 4 5 birthday = forms.DateField(widget=SelectDateWidget(years=range(1968, 1988)), label=_('Birthday')) 6 }}} 5 7 6 If USE_I18N = True in settings, I receiveUnicodeDecodeError:7 8 If {{{USE_I18N = True}}} in settings, I receive !UnicodeDecodeError: 9 {{{ 8 10 Request Method: GET 9 11 Exception Type: UnicodeDecodeError 10 12 Exception Value: 'ascii' codec can't decode byte 0xd0 in position 0: ordinal not in range(128) 11 13 Exception Location: /usr/local/lib/python2.4/site-packages/django/newforms/widgets.py in render, line 173 14 }}}