﻿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
280	add _pre_delete and _post_delete hooks	anonymous	Jacob	"Currently one can define _pre_save and _post_save methods on a model, but no _*_delete methods. It's a useful feature missing, and trivial to implement. Just adding ""if hasattr(self, '_pre_delete'):     self._pre_delete()"" (and the same for _post_delete) to method_delete() on 
django/core/meta/__init__.py and two paragraphs documenting them on docs/model-api.txt ."	enhancement	closed	Core (Other)		normal	fixed			Unreviewed	0	0	0	0	0	0
