Howdy all, I was investigating post_save to perform some associated setup for an object after it's created. My only concern is that I can't seem to find any way to check if the object was created on this call to save()... I only want to perform the setup the first time the object is saved.
So... Is it possible to perform a function (via post_save or some other mechanism) when a given object is saved for the first time? Perhaps the addition of a post_create signal could be a solution, but I didn't want to bring that up on django-developers until I asked here. Thanks, -Ben --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

