Re: mysql microsecond replace error

2006-01-08 Thread Graham King
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

Re: mysql microsecond replace error

2006-01-08 Thread Dody Suria Wijaya
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

mysql microsecond replace error

2006-01-08 Thread graham_king
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