mirror of
				https://github.com/django/django.git
				synced 2025-10-31 01:25:32 +00:00 
			
		
		
		
	[1.9.x] Fixed typo in docs/ref/forms/validation.txt.
Backport of 1aa8bf9b43 from master
			
			
This commit is contained in:
		
				
					committed by
					
						 Tim Graham
						Tim Graham
					
				
			
			
				
	
			
			
			
						parent
						
							55fa19e4a6
						
					
				
				
					commit
					3f9fbf4243
				
			| @@ -75,7 +75,7 @@ overridden: | ||||
|  | ||||
| * The form subclass's ``clean()`` method can perform validation that requires | ||||
|   access to multiple form fields. This is where you might put in checks such as | ||||
|   "if field ``A``is supplied, field ``B`` must contain a valid email address". | ||||
|   "if field ``A`` is supplied, field ``B`` must contain a valid email address". | ||||
|   This method can return a completely different dictionary if it wishes, which | ||||
|   will be used as the ``cleaned_data``. | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user