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