Opened 17 years ago

Closed 17 years ago

#4315 closed (fixed)

unicode-branch - "old admin" dislikes unicode lookup parameters

Reported by: anonymous Owned by: Malcolm Tredinnick
Component: Internationalization Version: other branch
Severity: Keywords: unicode-branch, admin
Cc: Triage Stage: Unreviewed
Has patch: yes Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description

TypeError (description - "filter() keywords must be strings") is thrown if list_filter is used and user try to filter. This problem can be solved by the attached patch.

Attachments (2)

unicode-admin.diff (905 bytes ) - added by anonymous 17 years ago.
unicode-admin.2.diff (906 bytes ) - added by anonymous 17 years ago.

Download all attachments as: .zip

Change History (3)

by anonymous, 17 years ago

Attachment: unicode-admin.diff added

by anonymous, 17 years ago

Attachment: unicode-admin.2.diff added

comment:1 by Malcolm Tredinnick, 17 years ago

Resolution: fixed
Status: newclosed

(In [5270]) unicode: Fixed #4315 -- Fixed a problem with passing unicode strings as keyword
arguments in a function call (so admin list_filters work again now).

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