mirror of
				https://github.com/encode/django-rest-framework.git
				synced 2025-10-31 16:07:38 +03:00 
			
		
		
		
	correct grammar, remove common noun after proper noun. (#6383)
`MultipartParser` is enough to denote that it is a parser.
This commit is contained in:
		
							parent
							
								
									5fd12d1b16
								
							
						
					
					
						commit
						97a47958c0
					
				|  | @ -102,7 +102,7 @@ If it is called without a `filename` URL keyword argument, then the client must | ||||||
| 
 | 
 | ||||||
| ##### Notes: | ##### Notes: | ||||||
| 
 | 
 | ||||||
| * The `FileUploadParser` is for usage with native clients that can upload the file as a raw data request.  For web-based uploads, or for native clients with multipart upload support, you should use the `MultiPartParser` parser instead. | * The `FileUploadParser` is for usage with native clients that can upload the file as a raw data request.  For web-based uploads, or for native clients with multipart upload support, you should use the `MultiPartParser` instead. | ||||||
| * Since this parser's `media_type` matches any content type, `FileUploadParser` should generally be the only parser set on an API view. | * Since this parser's `media_type` matches any content type, `FileUploadParser` should generally be the only parser set on an API view. | ||||||
| * `FileUploadParser` respects Django's standard `FILE_UPLOAD_HANDLERS` setting, and the `request.upload_handlers` attribute.  See the [Django documentation][upload-handlers] for more details. | * `FileUploadParser` respects Django's standard `FILE_UPLOAD_HANDLERS` setting, and the `request.upload_handlers` attribute.  See the [Django documentation][upload-handlers] for more details. | ||||||
| 
 | 
 | ||||||
|  |  | ||||||
		Loading…
	
		Reference in New Issue
	
	Block a user