﻿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
6108	send all_objects_to_be_deleted in the pre_delete signal	Gábor Farkas <gabor@…>	nobody	"when django deletes an object, it also deletes all related objects.

it would be great to send the list of ""to be deleted objects"" in the pre_delete signal, because then a developer could implement in his application things like only-delete-object-when-there-are-no-related-objects (by raising an Exception in the listener-function), etc.


it can be implemented by an one-line change in db/models/query.py (patch attached)."	Uncategorized	closed	Core (Other)	dev	Normal	wontfix		Carl Meyer plandry@… cgieringer	Design decision needed	1	0	0	1	0	0
