Changes between Initial Version and Version 1 of Ticket #5794


Ignore:
Timestamp:
Oct 22, 2007, 7:36:18 AM (17 years ago)
Author:
Malcolm Tredinnick
Comment:

Wow. I'm an idiot. Not sure how I missed testing that case. Sorry about that.

Your patch looks like the right idea.

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #5794

    • Property Triage Stage UnreviewedAccepted
  • Ticket #5794 – Description

    initial v1  
    11Using revision 6593, I have the following problem when rendering forms for models that have DateTimeFields
    2 
     2{{{
     3#!python
    34mikeh@tk421:~/tthome$ ./manage.py shell
    45Python 2.5.1 (r251:54863, Oct  5 2007, 13:36:32)
     
    3435    value.strftime(self.format), attrs)
    3536AttributeError: 'NoneType' object has no attribute 'strftime'
    36 
     37}}}
    3738
    3839
Back to Top