From 67e1fc11138a34cb3a970c0ce0d12aaaecde02f0 Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Wed, 17 Aug 2022 15:45:21 +0200 Subject: Small refactoring --- ishtar_common/forms.py | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) (limited to 'ishtar_common/forms.py') diff --git a/ishtar_common/forms.py b/ishtar_common/forms.py index 5a16a508f..c5058ab0d 100644 --- a/ishtar_common/forms.py +++ b/ishtar_common/forms.py @@ -979,12 +979,7 @@ class DocumentItemSelect(HistorySelect): "documents__image__isnull", "documents__associated_file__isnull", "documents__associated_url__isnull", - "history_creator", - "history_modifier", - "modified_before", - "modified_after", - "locked", - ] + ] + HistorySelect.CURRENT_FIELDS _explicit_ordering = True -- cgit v1.2.3