Opened 17 years ago
Closed 17 years ago
#4871 closed (invalid)
def __str__(self):
Reported by: | Rob B | Owned by: | Jacob |
---|---|---|---|
Component: | Documentation | Version: | dev |
Severity: | Keywords: | unicode | |
Cc: | Triage Stage: | Unreviewed | |
Has patch: | no | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | no |
Easy pickings: | no | UI/UX: | no |
Description (last modified by )
def __unicode__(self): return self.x
I think this needs to be updated to
def __str__(self): return self.x
Change History (2)
comment:1 by , 17 years ago
Description: | modified (diff) |
---|
comment:2 by , 17 years ago
Resolution: | → invalid |
---|---|
Status: | new → closed |
No instances of "return self.x" found in trunk either. Closing ticket as invalid until reporter can clarify.
Note:
See TracTickets
for help on using tickets.
Where does this need to be updated? Are you sure you are referring to the documentation for the version you are using (noting that Unicode support is only in recent subversion, not, for example, 0.96)?