Re: A Strange Error-auto_now_add

2011-05-16 Thread Burcu Hamamcıoğlu
Ok. We will carry on monitoring it. Thank you very much again. 2011/5/16 Kenneth Gonsalves > On Mon, 2011-05-16 at 13:59 +0300, Burcu Hamamcıoğlu wrote: > > Thank you very much Kenneth. I think this is a one-off error for now. > > If I > > face to this problem again I'll use default=datetime.no

Re: A Strange Error-auto_now_add

2011-05-16 Thread Kenneth Gonsalves
On Mon, 2011-05-16 at 13:59 +0300, Burcu Hamamcıoğlu wrote: > Thank you very much Kenneth. I think this is a one-off error for now. > If I > face to this problem again I'll use default=datetime.now. But I > couldn't > understand why this happens? Who causes this problem django middleware > or > ora

Re: A Strange Error-auto_now_add

2011-05-16 Thread Burcu Hamamcıoğlu
Thank you very much Kenneth. I think this is a one-off error for now. If I face to this problem again I'll use default=datetime.now. But I couldn't understand why this happens? Who causes this problem django middleware or oracle db? Which one supposed to achieve this auto add action? 2011/5/16 K

Re: A Strange Error-auto_now_add

2011-05-16 Thread Kenneth Gonsalves
On Mon, 2011-05-16 at 13:43 +0300, Burcu Hamamcıoğlu wrote: > ORACLE. long ago I used to have a lot of errors where there was an auto_now_add field along with an image/file field in the same model. At one time auto_now_add was deprecated and we were advised to use default=datetime.now. If this is

Re: A Strange Error-auto_now_add

2011-05-16 Thread Burcu Hamamcıoğlu
ORACLE. 2011/5/16 Kenneth Gonsalves > On Mon, 2011-05-16 at 11:31 +0300, Burcu Hamamcıoğlu wrote: > > I have a project in prodution and a met a strange error last few days. > > create date of my record's field is > > "models.DateTimeField(auto_now_add = > > True)" . At 15th May a record has be

Re: A Strange Error-auto_now_add

2011-05-16 Thread Kenneth Gonsalves
On Mon, 2011-05-16 at 11:31 +0300, Burcu Hamamcıoğlu wrote: > I have a project in prodution and a met a strange error last few days. > create date of my record's field is > "models.DateTimeField(auto_now_add = > True)" . At 15th May a record has been saved to my db and create date > of > this reco

A Strange Error-auto_now_add

2011-05-16 Thread Burcu Hamamcıoğlu
Hi everybody, I have a project in prodution and a met a strange error last few days. create date of my record's field is "models.DateTimeField(auto_now_add = True)" . At 15th May a record has been saved to my db and create date of this record has been set to "15.06.6014". I couldn't believe my e