Section
4.3.6
General
All input validation should be done on the server, regardless of what validation is done on the client.
Django
Django's form validation takes place server-side.