mirror of
				https://github.com/paperless-ngx/paperless-ngx.git
				synced 2025-10-30 03:56:23 -05:00 
			
		
		
		
	fixes #121
This commit is contained in:
		| @@ -4,7 +4,7 @@ from .models import Correspondent, Document, Tag, DocumentType, Log | ||||
|  | ||||
| CHAR_KWARGS = ["istartswith", "iendswith", "icontains", "iexact"] | ||||
| ID_KWARGS = ["in", "exact"] | ||||
| INT_KWARGS = ["exact", "gt", "gte", "lt", "lte"] | ||||
| INT_KWARGS = ["exact", "gt", "gte", "lt", "lte", "isnull"] | ||||
| DATE_KWARGS = ["year", "month", "day", "date__gt", "gt", "date__lt", "lt"] | ||||
|  | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 jonaswinkler
					jonaswinkler