Section
4.3.6
Top Level
Sub Level
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.