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)
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
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
But I only have this problem with a model involving an ImageField.
Other models are working well.
Strange ???
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
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
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
7 matches
Mail list logo