def save(self, *args, **kwargs): 	if not self.id: 	# Object is a new instance  	return super(Model, self).save(*args, **kwargs)

Read more of this post