mirror of
				https://github.com/django/django.git
				synced 2025-10-31 01:25:32 +00:00 
			
		
		
		
	Fixed #808 -- Fixed typo in docs/forms.txt. Thanks, limodou
git-svn-id: http://code.djangoproject.com/svn/django/trunk@1263 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
		| @@ -389,7 +389,7 @@ You use this custom manipulator exactly as you would use an auto-generated one. | ||||
| Here's a simple function that might drive the above form:: | ||||
|  | ||||
|     def contact_form(request): | ||||
|         manipulator = ContactFormManipulator() | ||||
|         manipulator = ContactManipulator() | ||||
|         if request.POST: | ||||
|             new_data = request.POST.copy() | ||||
|             errors = manipulator.get_validation_errors(new_data) | ||||
|   | ||||
		Reference in New Issue
	
	Block a user