override model.save - prevent saving (admin)

2008-08-21 Thread jboutros
Hello all, I have a model where I've overridden the save method. In a specific case (validation fails against an external web service), I would like to prevent the save from happening. I have implemented this by not calling super.save in this case. (see http://www.djangoproject.com/documentat

model.save() override and admin

2008-08-21 Thread jboutros
Hello all, I have a model where I've overridden the save method. In a specific case (validation fails against an external web service), I would like to prevent the save from happening. I have implemented this by not calling super.save in this case. (see http://www.djangoproject.com/documentat