We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 919205e commit d018b92Copy full SHA for d018b92
docs/newforms.txt
@@ -1222,7 +1222,7 @@ Custom form and field validation
1222
1223
Form validation happens when the data is cleaned. If you want to customise
1224
this process, there are various places you can change, each one serving a
1225
-different purpose. Thee types of cleaning methods are run during form
+different purpose. Three types of cleaning methods are run during form
1226
processing. These are normally executed when you call the ``is_valid()``
1227
method on a form. There are other things that can trigger cleaning and
1228
validation (accessing the ``errors`` attribute or calling ``full_clean()``
0 commit comments