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
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(
2 matches
Mail list logo