mirror of
				https://github.com/django/django.git
				synced 2025-10-30 17:16:10 +00:00 
			
		
		
		
	Fixed #5083 -- Fixed typo in newforms documentation, thanks Rik.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@5800 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
		| @@ -1222,7 +1222,7 @@ Custom form and field validation | ||||
|  | ||||
| Form validation happens when the data is cleaned. If you want to customise | ||||
| this process, there are various places you can change, each one serving a | ||||
| different purpose. Thee types of cleaning methods are run during form | ||||
| different purpose. Three types of cleaning methods are run during form | ||||
| processing. These are normally executed when you call the ``is_valid()`` | ||||
| method on a form. There are other things that can trigger cleaning and | ||||
| validation (accessing the ``errors`` attribute or calling ``full_clean()`` | ||||
|   | ||||
		Reference in New Issue
	
	Block a user