Changes between Initial Version and Version 1 of Ticket #17172


Ignore:
Timestamp:
Nov 6, 2011, 6:39:03 PM (12 years ago)
Author:
Alex Gaynor
Comment:

Closing as needsinfo, there's not enough information here to reproduce this issue, please reopen if you can provide a traceback and precise steps to reproduce the issue.

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #17172

    • Property Resolutionneedsinfo
    • Property Status newclosed
  • Ticket #17172 – Description

    initial v1  
    11the 3rd line below causes the server to stop working.
    2 
     2{{{
    33def was_published_today(self):
    44    return self.pub_date.date() == datetime.date.today()
    55was_published_today.short_description = 'Published today?'
     6}}}
Back to Top