Re: post_delete and determining if a related object has been deleted

2015-07-28 Thread Stefan Schindler
> This makes no sense to me. You want to delete an Item or Order but > then immediately create a new one? My actual goal is this: Whenever an Item object itself is deleted, I want to create a LogEntry object attached to the item's order. If an order is deleted however, I don't want to do anything

post_delete and determining if a related object has been deleted

2015-07-28 Thread Stefan Schindler
jects really have to be gone in order for the operations to work. I can see that the behavior has changed 8 years ago: https://code.djangoproject.com/ticket/5559 Is there any other option I'm missing? Many greetings, Stefan Schindler -- You received this message because you are subscribed to the G