mirror of
				https://github.com/encode/django-rest-framework.git
				synced 2025-11-04 01:47:59 +03:00 
			
		
		
		
	Fix typo error, Link to Field (#6078)
This commit is contained in:
		
							parent
							
								
									987d73a03d
								
							
						
					
					
						commit
						0484d01aae
					
				| 
						 | 
				
			
			@ -609,19 +609,19 @@ that do not expect a request body.
 | 
			
		|||
 | 
			
		||||
### get_path_fields(self, path, method):
 | 
			
		||||
 | 
			
		||||
Return a list of `coreapi.Link()` instances. One for each path parameter in the URL.
 | 
			
		||||
Return a list of `coreapi.Field()` instances. One for each path parameter in the URL.
 | 
			
		||||
 | 
			
		||||
### get_serializer_fields(self, path, method)
 | 
			
		||||
 | 
			
		||||
Return a list of `coreapi.Link()` instances. One for each field in the serializer class used by the view.
 | 
			
		||||
Return a list of `coreapi.Field()` instances. One for each field in the serializer class used by the view.
 | 
			
		||||
 | 
			
		||||
### get_pagination_fields(self, path, method)
 | 
			
		||||
 | 
			
		||||
Return a list of `coreapi.Link()` instances, as returned by the `get_schema_fields()` method on any pagination class used by the view.
 | 
			
		||||
Return a list of `coreapi.Field()` instances, as returned by the `get_schema_fields()` method on any pagination class used by the view.
 | 
			
		||||
 | 
			
		||||
### get_filter_fields(self, path, method)
 | 
			
		||||
 | 
			
		||||
Return a list of `coreapi.Link()` instances, as returned by the `get_schema_fields()` method of any filter classes used by the view.
 | 
			
		||||
Return a list of `coreapi.Field()` instances, as returned by the `get_schema_fields()` method of any filter classes used by the view.
 | 
			
		||||
 | 
			
		||||
### get_manual_fields(self, path, method)
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
		Reference in New Issue
	
	Block a user