﻿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
12313	Mention some cautions in section overriding delete()	FunkyELF	nobody	"I strongly feel that this section...

http://docs.djangoproject.com/en/dev/topics/db/models/#overriding-predefined-model-methods

... should have a note or something like the following.

Note that the delete() method for an object is not necessarily called when deleting a queryset containing that object as explained in http://docs.djangoproject.com/en/dev/topics/db/queries/#deleting-objects.
To ensure a customized delete method gets called have a look at http://docs.djangoproject.com/en/dev/topics/signals/#topics-signals
Also note that when deleting an object from the built in admin interface related objects may be deleted in this way and may not call the overridden delete() method."		closed	Documentation	1.1		fixed	delete admin signals		Accepted	1	0	0	0	0	0
