Re: Signal handling when deleting lots of objects?

2016-09-01 Thread Stodge
Thanks Erik. I forgot to say that the Group model has an "active" flag on it, so I'm seeing if I can use this. On Thursday, 1 September 2016 14:55:05 UTC-4, Erik Cederstrand wrote: > > > > Den 1. sep. 2016 kl. 20.14 skrev Stodge : > > > > > I have two models, Volume and

Re: Signal handling when deleting lots of objects?

2016-09-01 Thread Erik Cederstrand
> Den 1. sep. 2016 kl. 20.14 skrev Stodge : > > I have two models, Volume and Group. The Volume model has a foreign key to > Group. > > When a user deletes a Volume the post_delete signal handler sends an HTTP > DELETE request (/volume) to another server process. This works

Signal handling when deleting lots of objects?

2016-09-01 Thread Stodge
I have two models, Volume and Group. The Volume model has a foreign key to Group. When a user deletes a Volume the post_delete signal handler sends an HTTP DELETE request (/volume) to another server process. This works great. However, when the user deletes a Group, the cascading delete also