Ticket #5083: patch.txt

File patch.txt, 860 bytes (added by Rik <rik24d@…>, 17 years ago)

Patch

Line 
1Index: /Users/rik/Documents/Programmation/Python/django/docs/newforms.txt
2===================================================================
3--- /Users/rik/Documents/Programmation/Python/django/docs/newforms.txt (révision 5793)
4+++ /Users/rik/Documents/Programmation/Python/django/docs/newforms.txt (copie de travail)
5@@ -1222,7 +1222,7 @@
6
7 Form validation happens when the data is cleaned. If you want to customise
8 this process, there are various places you can change, each one serving a
9-different purpose. Thee types of cleaning methods are run during form
10+different purpose. Three types of cleaning methods are run during form
11 processing. These are normally executed when you call the ``is_valid()``
12 method on a form. There are other things that can trigger cleaning and
13 validation (accessing the ``errors`` attribute or calling ``full_clean()``
Back to Top