mirror of
				https://github.com/django/django.git
				synced 2025-11-03 21:25:09 +00:00 
			
		
		
		
	Fixed #23391 -- Removed an erroneous backtip from the form's documentation.
Thanks to Trac alias nessita for the report.
This commit is contained in:
		
							parent
							
								
									21a9e8adf0
								
							
						
					
					
						commit
						ab9c886459
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
				
			
			@ -100,7 +100,7 @@ These methods are run in the order given above, one field at a time.  That is,
 | 
			
		|||
for each field in the form (in the order they are declared in the form
 | 
			
		||||
definition), the ``Field.clean()`` method (or its override) is run, then
 | 
			
		||||
``clean_<fieldname>()``. Finally, once those two methods are run for every
 | 
			
		||||
field, the `:meth:`Form.clean()` method, or its override, is executed whether
 | 
			
		||||
field, the :meth:`Form.clean()` method, or its override, is executed whether
 | 
			
		||||
or not the previous methods have raised errors.
 | 
			
		||||
 | 
			
		||||
Examples of each of these methods are provided below.
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue