Changes between Initial Version and Version 2 of Ticket #435


Ignore:
Timestamp:
Sep 2, 2005, 1:45:47 PM (19 years ago)
Author:
Adrian Holovaty
Comment:

Fixed formatting in description.

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #435

    • Property Component Admin interfaceCore framework
  • Ticket #435 – Description

    initial v2  
    11I create ad DataTimeField type filed in model file, and show it in a text box on web page. but when I invoke do_html2python before saving the changes to postgresql, a exception was thrown out "There's been an error:
    22
     3{{{
    34Traceback (most recent call last):
    45
     
    1819    found = format_regex.match(data_string)
    1920
    20 TypeError: expected string or buffer". Seems that django look it as time field? And this only happend after updating django today(2005.8.30).
     21TypeError: expected string or buffer".
     22}}}
     23
     24Seems that django look it as time field? And this only happend after updating django today(2005.8.30).
Back to Top