mirror of
				https://github.com/encode/django-rest-framework.git
				synced 2025-11-04 09:57:55 +03:00 
			
		
		
		
	Fix subtitle of schemas for filtering (#8145)
Fix a likely copy/paste error
This commit is contained in:
		
							parent
							
								
									6b392a46ea
								
							
						
					
					
						commit
						4632b5daae
					
				| 
						 | 
				
			
			@ -335,7 +335,7 @@ Generic filters may also present an interface in the browsable API. To do so you
 | 
			
		|||
 | 
			
		||||
The method should return a rendered HTML string.
 | 
			
		||||
 | 
			
		||||
## Pagination & schemas
 | 
			
		||||
## Filtering & schemas
 | 
			
		||||
 | 
			
		||||
You can also make the filter controls available to the schema autogeneration
 | 
			
		||||
that REST framework provides, by implementing a `get_schema_fields()` method. This method should have the following signature:
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
		Reference in New Issue
	
	Block a user