Opened 18 years ago
Closed 18 years ago
#4315 closed (fixed)
unicode-branch - "old admin" dislikes unicode lookup parameters
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.
Change History (3)
by , 18 years ago
Attachment: | unicode-admin.diff added |
---|
by , 18 years ago
Attachment: | unicode-admin.2.diff added |
---|
comment:1 by , 18 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).