[google-appengine] Re: Problem Setting Date property to None

2008-09-22 Thread jtbrne
Same problem here...any solutions? On Aug 19, 9:01 am, Arun Shanker Prasad <[EMAIL PROTECTED]> wrote: > Hi, > > I have a fewdatefields, until recently I just used a text field to > get the value and store it in the GAE datastore, it maps thedatein > into y-m-d format. I needed to change the forma

[google-appengine] Re: Problem Setting Date property to None

2008-09-22 Thread jtbrne
There has to be a better way, but I can't figure it out and this isn't very important to my problem. The problem seems to be that the django form won't actually set a dbmodel DateProperty to None. There does not appear to be an issue with the StringProperty. entity = data.save(commit=False) fo