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)
Change History (3)
by , 17 years ago
Attachment: | unicode-admin.diff added |
---|
by , 17 years ago
Attachment: | unicode-admin.2.diff added |
---|
comment:1 by , 17 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
(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).