mirror of
				https://github.com/django/django.git
				synced 2025-10-31 01:25:32 +00:00 
			
		
		
		
	[1.10.x] Fixed #27099 -- Documented list filter's has_output() method.
Backport of bd3dc670b5 from master
			
			
This commit is contained in:
		
				
					committed by
					
						 Tim Graham
						Tim Graham
					
				
			
			
				
	
			
			
			
						parent
						
							2a51cad8de
						
					
				
				
					commit
					2216cb5303
				
			| @@ -966,6 +966,9 @@ subclass:: | ||||
|         The ``FieldListFilter`` API is considered internal and might be | ||||
|         changed. | ||||
|  | ||||
|     List filter's typically appear only if the filter has more than one choice. | ||||
|     A filter's ``has_output()`` method controls whether or not it appears. | ||||
|  | ||||
|     It is possible to specify a custom template for rendering a list filter:: | ||||
|  | ||||
|         class FilterWithCustomTemplate(admin.SimpleListFilter): | ||||
|   | ||||
		Reference in New Issue
	
	Block a user