Open raphodn opened 2 weeks ago
We currently override the model save/full_clean step, to add model-level validation. There are many rules and cases (new object or editing).
I think it would be better to move this in a seperate file.
We could also leverage https://github.com/romgar/django-dirtyfields ?
What
We currently override the model save/full_clean step, to add model-level validation. There are many rules and cases (new object or editing).
I think it would be better to move this in a seperate file.
We could also leverage https://github.com/romgar/django-dirtyfields ?