Changes between Initial Version and Version 2 of Ticket #435
- Timestamp:
- Sep 2, 2005, 1:45:47 PM (19 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #435
- Property Component Admin interface → Core framework
-
Ticket #435 – Description
initial v2 1 1 I 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: 2 2 3 {{{ 3 4 Traceback (most recent call last): 4 5 … … 18 19 found = format_regex.match(data_string) 19 20 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). 21 TypeError: expected string or buffer". 22 }}} 23 24 Seems that django look it as time field? And this only happend after updating django today(2005.8.30).