django updateview define clean_attr on automatic form
I’m deriving from UpdateView, and I would like to use the automatic form,
but add a validation test for a field.
django generic UpdateView with some custom fields
My question is quite close to this one UpdateView with additionnals fields,
so I used the info, but I still lack some details to complete the process