mirror of
				https://github.com/django/django.git
				synced 2025-11-04 13:39:16 +00:00 
			
		
		
		
	Corrected minor typos in FileUploadHandler.receive_data_chunk docs.
This commit is contained in:
		
							parent
							
								
									b0907d66a5
								
							
						
					
					
						commit
						6466a0837b
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		| 
						 | 
					@ -371,8 +371,8 @@ Custom file upload handlers **must** define the following methods:
 | 
				
			||||||
    ``receive_data_chunk`` methods. In this way, one handler can be a
 | 
					    ``receive_data_chunk`` methods. In this way, one handler can be a
 | 
				
			||||||
    "filter" for other handlers.
 | 
					    "filter" for other handlers.
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    Return ``None`` from ``receive_data_chunk`` to sort-circuit remaining
 | 
					    Return ``None`` from ``receive_data_chunk`` to short-circuit remaining
 | 
				
			||||||
    upload handlers from getting this chunk.. This is useful if you're
 | 
					    upload handlers from getting this chunk. This is useful if you're
 | 
				
			||||||
    storing the uploaded data yourself and don't want future handlers to
 | 
					    storing the uploaded data yourself and don't want future handlers to
 | 
				
			||||||
    store a copy of the data.
 | 
					    store a copy of the data.
 | 
				
			||||||
 | 
					
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue