Clean before save
Walk through every save()
call and add a clean()
call before it so that the models are always good to be saved. Handle errors accordingly. Forms perform cleaning themselves, no need to do it there.
Walk through every save()
call and add a clean()
call before it so that the models are always good to be saved. Handle errors accordingly. Forms perform cleaning themselves, no need to do it there.