Changes between Initial Version and Version 1 of Ticket #5794
- Timestamp:
- Oct 22, 2007, 7:36:18 AM (17 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #5794
- Property Triage Stage Unreviewed → Accepted
-
Ticket #5794 – Description
initial v1 1 1 Using revision 6593, I have the following problem when rendering forms for models that have DateTimeFields 2 2 {{{ 3 #!python 3 4 mikeh@tk421:~/tthome$ ./manage.py shell 4 5 Python 2.5.1 (r251:54863, Oct 5 2007, 13:36:32) … … 34 35 value.strftime(self.format), attrs) 35 36 AttributeError: 'NoneType' object has no attribute 'strftime' 36 37 }}} 37 38 38 39