Changes between Initial Version and Version 1 of Ticket #9935
- Timestamp:
- Dec 30, 2008, 11:01:07 PM (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #9935
- Property Component django.contrib.admin → django.contrib.sessions
-
Ticket #9935 – Description
initial v1 9 9 I was walking through the tutorial, during which I installed the 'admin' site. I went to http://127.0.0.1:8000/admin/ and logged in with user name and password, and then hit the following error. 10 10 11 11 {{{ 12 12 UnicodeEncodeError at /admin/ 13 13 … … 74 74 Exception Type: UnicodeEncodeError at /admin/ 75 75 Exception Value: 'ascii' codec can't encode characters in position 0-42: ordinal not in range(128) 76 }}}