Changes between Initial Version and Version 2 of Ticket #11146
- Timestamp:
- May 18, 2009, 4:17:02 PM (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #11146
- Property Resolution → invalid
- Property Status new → closed
-
Ticket #11146 – Description
initial v2 1 1 Request site needs the following code 2 2 {{{ 3 3 def __unicode__(self): 4 4 return self.name 5 5 }}}