Changes between Initial Version and Version 1 of Ticket #17172
- Timestamp:
- Nov 6, 2011, 6:39:03 PM (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #17172
- Property Resolution → needsinfo
- Property Status new → closed
-
Ticket #17172 – Description
initial v1 1 1 the 3rd line below causes the server to stop working. 2 2 {{{ 3 3 def was_published_today(self): 4 4 return self.pub_date.date() == datetime.date.today() 5 5 was_published_today.short_description = 'Published today?' 6 }}}