Opened 18 years ago
Closed 18 years ago
#4109 closed (fixed)
[unicode][patch] Convert contrib models to use __unicode__ for representation
Reported by: | Owned by: | Jacob | |
---|---|---|---|
Component: | Uncategorized | Version: | other branch |
Severity: | Keywords: | unicode | |
Cc: | Malcolm Tredinnick, Maniac@… | Triage Stage: | Unreviewed |
Has patch: | no | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | no |
Easy pickings: | no | UI/UX: | no |
Description
I think I could do the boring thing and convert whatever models are in contrib apps to use __unicode__.
Attachments (1)
Change History (4)
by , 18 years ago
comment:1 by , 18 years ago
Cc: | added |
---|---|
Summary: | [unicode] Convert contrib models to use __unicode__ for representation → [unicode][patch] Convert contrib models to use __unicode__ for representation |
Added a patch. It converts strictly __str__ -> __unicode__. I didn't touch translated strings and such because we didn't come to any conclusion about them IIRC...
comment:2 by , 18 years ago
Oh.. BTW, this patch alone breaks the tests but this should be fixed by #3996
comment:3 by , 18 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
Patch