mirror of
				https://github.com/paperless-ngx/paperless-ngx.git
				synced 2025-10-30 03:56:23 -05:00 
			
		
		
		
	Refs Travis - fix for 80 chars limit
This commit is contained in:
		| @@ -46,7 +46,9 @@ class DocumentFilterSet(FilterSet): | ||||
|     correspondent__slug = CharFilter(name="correspondent__slug", **CHAR_KWARGS) | ||||
|     tags__name = CharFilter(name="tags__name", **CHAR_KWARGS) | ||||
|     tags__slug = CharFilter(name="tags__slug", **CHAR_KWARGS) | ||||
|     tags__empty = BooleanFilter(name='tags', lookup_expr='isnull', distinct=True) | ||||
|     tags__empty = BooleanFilter(name='tags', | ||||
|                                 lookup_expr='isnull', | ||||
|                                 distinct=True) | ||||
|  | ||||
|     class Meta(object): | ||||
|         model = Document | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Solo
					Solo