﻿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
13251	Add ability to know where an object was deleted from to pre/post delete signals	skoom	Marcelo Galigniana	"Since deleting objects deletes related objects, it would be good to know the origin of the delete. 

It lets the signal listeners know why an object is being delete. If it's deleted from a model.delete(), you know which instance initiated the delete and if it's from a queryset.delete() you know which queryset initiated the delete, with the models in that queryset. Using this you know if the instance is being deleted directly or because it's related to another instance.

"	New feature	closed	Database layer (models, ORM)	dev	Normal	fixed	signals		Ready for checkin	1	0	0	0	0	0
