Re: Simple save() override not working

2007-11-15 Thread RajeshD
On Nov 13, 3:36 pm, "Mike Feldmeier" <[EMAIL PROTECTED]> wrote: > I know, I've seen a million posts about this, but they all seem to relate to > m2m fields. While I do have an m2m field in the table (blog entry <-> > tags), it's one of the simple fields I'm having trouble with. > > def

Re: Simple save() override not working

2007-11-13 Thread Mike Feldmeier
I should clarify: it's not failing, it just doesn't seem to be calling the custom save method... --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to

Simple save() override not working

2007-11-13 Thread Mike Feldmeier
I know, I've seen a million posts about this, but they all seem to relate to m2m fields. While I do have an m2m field in the table (blog entry <-> tags), it's one of the simple fields I'm having trouble with. def save(self): > import datetime > if not self.publish_date and