On Mon, Jan 12, 2009 at 10:10 AM, rabbi <[email protected]> wrote: > > Is it enough to override the Model.save() method or should I override > Model.create() also?
Just Model.save() should be enough. In the past, I've used if not self.id to case initial creation -- although I don't know if that's considered best practice. -- --- David Zhou [email protected] --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/django-users?hl=en -~----------~----~----~----~------~----~------~--~---

