> you simply override the save() function to do what you described: > create another instance and mark this one as deleted... That's what I want to do....
> what is now in 'm' ?? the new object, the one merked for deletion? etc. > if you only need this in admin, then you shouldn't have to worry about > this, though I am not 100% sure. But if you want to use some other > code with such a model you would have to be careful about that. This is my problem too. So, what to do now exactly? A little example would be nice, and please mark which is the old instance and which is the new instance... Thx --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

