Opened 16 years ago

Closed 16 years ago

#6542 closed (invalid)

admin filter UnicodeDecodeError

Reported by: paradise.qingfeng@… 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)

main.py.patch (750 bytes ) - added by paradise.qingfeng@… 16 years ago.

Download all attachments as: .zip

Change History (4)

by paradise.qingfeng@…, 16 years ago

Attachment: main.py.patch added

comment:1 by paradise.qingfeng@…, 16 years ago

Component: django-admin.pyDjango Web site

change Component

comment:2 by paradise.qingfeng@…, 16 years ago

Component: Django Web siteAdmin interface

change Component

comment:3 by Jacob, 16 years ago

Resolution: invalid
Status: newclosed

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.

Note: See TracTickets for help on using tickets.
Back to Top