Re: problem with auto_now date

2005-09-28 Thread Kenneth Gonsalves
On Thursday 29 Sep 2005 12:15 am, Adrian Holovaty wrote: > On 9/28/05, Kenneth Gonsalves <[EMAIL PROTECTED]> wrote: > > it only happens where there is an imagefield and an auto_now_add > > Can you paste an example model? class testit(meta.Model): name = meta.CharField('name',maxlength=10)

Re: problem with auto_now date

2005-09-28 Thread Adrian Holovaty
On 9/28/05, Kenneth Gonsalves <[EMAIL PROTECTED]> wrote: > it only happens where there is an imagefield and an auto_now_add Can you paste an example model? Adrian -- Adrian Holovaty holovaty.com | djangoproject.com | chicagocrime.org

Re: problem with auto_now date

2005-09-28 Thread Kenneth Gonsalves
On Wednesday 28 Sep 2005 2:47 pm, asrenzo wrote: > But I only have this problem with a model involving an ImageField. > Other models are working well. > > Strange ??? it only happens where there is an imagefield and an auto_now_add -- regards kg http://www.livejournal.com/users/lawgon tally ho

Re: problem with auto_now date

2005-09-28 Thread asrenzo
But I only have this problem with a model involving an ImageField. Other models are working well. Strange ???

Re: problem with auto_now date

2005-09-28 Thread Kenneth Gonsalves
On Wednesday 28 Sep 2005 1:33 pm, asrenzo wrote: > Hi, > > I'm happy to see that I don't seem to be the only one with this > problem apparently everyone has this problem - there are a couple of tickets open on it. What i dont understand is why it worked for a week and then stopped working -- r

Re: problem with auto_now date

2005-09-28 Thread asrenzo
Hi, I'm happy to see that I don't seem to be the only one with this problem : I already posted a similar message a few days ago. http://groups.google.com/group/django-users/browse_thread/thread/1e7cb60de998d3cf

problem with auto_now date

2005-09-27 Thread Kenneth Gonsalves
hi, this suddenly started happening - any table where i have a field like below refuses to save saying that the 'date' value is blank: date = meta.DateTimeField('Date',auto_now_add=True) cannot figure out why - was working perfectly all these days. -- regards kg http://www.livejournal.com/use