﻿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
10754	post and pre_delete signal documentation imprecise	runeh	nobody	"The documentation claims that the pre and post_delete signals is ""Sent before or after a model’s delete() method is called."" ( http://docs.djangoproject.com/en/dev/topics/signals/ ). This is not the case when QuerySet.delete() is used to delete multiple objects. The signals are sent, but the object.delete() method is not called. One case where this happens is in the admin, when selecting multiple objects to delete.

Unsure if this is a documentation bug or if the docs are correct and the behaviour when using QuerySet.delete() is wrong."	Cleanup/optimization	closed	Documentation	dev	Normal	fixed	signals		Accepted	0	1	0	0	0	0
