Opened 17 years ago
Closed 16 years ago
#6542 closed (invalid)
admin filter UnicodeDecodeError
Reported by: | Owned by: | nobody | |
---|---|---|---|
Component: | contrib.admin | Version: | dev |
Severity: | Keywords: | admin UnicodeDecodeError filter | |
Cc: | Triage Stage: | Unreviewed | |
Has patch: | yes | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | no |
Easy pickings: | no | UI/UX: | no |
Description
'ascii' codec can't decode byte 0xe7 in position 0: ordinal not in range(128)
Request Method: GET
Request URL: http://localhost:8000/admin/info/student/
Exception Type: UnicodeDecodeError
Exception Value: 'ascii' codec can't decode byte 0xe7 in position 0: ordinal not in range(128)
Exception Location: /django/contrib/admin/views/main.py in get_query_string, line 612
Attachments (1)
Change History (4)
by , 17 years ago
Attachment: | main.py.patch added |
---|
comment:1 by , 17 years ago
Component: | django-admin.py → Django Web site |
---|
comment:3 by , 16 years ago
Resolution: | → invalid |
---|---|
Status: | new → closed |
There's not enough information here to reproduce this ticket, and though the patch might fix the problem it's not a good idea in the long run. Please reopen if you can provide more information and/or a test case that'll trigger this bug.
change Component