﻿id	summary	reporter	owner	description	type	status	component	version	severity	resolution	keywords	cc	stage	has_patch	needs_docs	needs_tests	needs_better_patch	easy	ui_ux
33031	How do I check if a child object is being destroyed by cascade delete from parent in post_delete signal of the child.	Varun Agarwal	nobody	"I have two models, Document and DocumentGroup. Whenever a document is deleted, an API call is made from the post_delete signal to sync the changes in  a third party app. A document group contains thousands of documents. I don't want thousands of API calls being made when I delete a document group. I want to identify if the delete is a cascade and skip those API calls and only call it once the whole document group is deleted.
"	Uncategorized	closed	Uncategorized	3.1	Normal	invalid			Unreviewed	0	0	0	0	0	0
