Changes between Initial Version and Version 1 of Ticket #4871
- Timestamp:
- Jul 14, 2007, 8:25:17 AM (17 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #4871 – Description
initial v1 1 {{{ 2 #!python 1 3 def __unicode__(self): 2 4 return self.x 3 5 }}} 4 6 I think this needs to be updated to 5 7 {{{ 8 #!python 6 9 def __str__(self): 7 10 return self.x 8 11 }}}