Section
4.2.2
General
The input validation mechanism should be mandatory or automatic for developers so that it is difficult to avoid its use.
Django

Form field validation automatically runs when the a form's is_valid()method is called.