Re: overriding models.delete()

2010-01-01 Thread Marc Aymerich
On Sat, Jan 2, 2010 at 6:28 AM, Marc Aymerich wrote: > I'm overriding save() and delete() methods of the class models. The > override of the save() method works properly but unfortunately I'm in > troubles trying to override models.delete method. For example, I try to do > that in one of my dummy

overriding models.delete()

2010-01-01 Thread Marc Aymerich
I'm overriding save() and delete() methods of the class models. The override of the save() method works properly but unfortunately I'm in troubles trying to override models.delete method. For example, I try to do that in one of my dummy models: class test(models.model) name = models.CharField(