Commit 829a5c13 authored by James Bennett's avatar James Bennett
Browse files

Fixed #8512: Corrected typo in form validation documentation. Thanks for the catch, Karen.


git-svn-id: http://code.djangoproject.com/svn/django/trunk@8511 bcc190cf-cafb-0310-a4f2-bffc1f526a37
parent 96d12748
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
.. _ref-forms-validation:

F and field validation
======================
Form and field validation
=========================

Form validation happens when the data is cleaned. If you want to customize
this process, there are various places you can change, each one serving a