> def save(self): if self.pk: ...=> being created else: ...=> being > updated > > I vaguely remember seeing a parameter for the save method which would > do that, but I can't find it. Any thoughts?
That's the correct way to do it, unless you want to use signals: http://www.martin-geber.com/weblog/2007/10/29/django-signals-vs-custom-save-method/ Michael --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-users@googlegroups.com 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 -~----------~----~----~----~------~----~------~--~---