Yes, it was that. Thank you very much for the help.
Dody Suria Wijaya wrote:
Your field might be a type of DateTimeField, and you passed a Date object.
graham_king wrote:
Dear django developers,
Using the latest django from SVN with python 2.4.2 and mysql 4.1.14,
when I try and save an
Your field might be a type of DateTimeField, and you passed a Date object.
graham_king wrote:
Dear django developers,
Using the latest django from SVN with python 2.4.2 and mysql 4.1.14,
when I try and save an object with a date in it I get the following
error:
File "test.py", line 9, in
Dear django developers,
Using the latest django from SVN with python 2.4.2 and mysql 4.1.14,
when I try and save an object with a date in it I get the following
error:
File "test.py", line 9, in ? -- my code
activity.save() -- my code
File "/usr/lib64/python2.4/sit