summaryrefslogtreecommitdiff
path: root/ishtar_common/forms.py
diff options
context:
space:
mode:
authorÉtienne Loks <etienne.loks@iggdrasil.net>2022-08-17 15:45:21 +0200
committerÉtienne Loks <etienne.loks@iggdrasil.net>2022-12-12 12:23:17 +0100
commit63e5886277ea0d337cd145c3fb92c368bb5b5815 (patch)
tree3c9421e227a082d6885c69ca487efbfa671beb64 /ishtar_common/forms.py
parent34994f05722cb0eb47ae5c21333a352d40f9c435 (diff)
downloadIshtar-63e5886277ea0d337cd145c3fb92c368bb5b5815.tar.bz2
Ishtar-63e5886277ea0d337cd145c3fb92c368bb5b5815.zip
Small refactoring
Diffstat (limited to 'ishtar_common/forms.py')
-rw-r--r--ishtar_common/forms.py7
1 files changed, 1 insertions, 6 deletions
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