summaryrefslogtreecommitdiff
path: root/ishtar_common/models.py
diff options
context:
space:
mode:
Diffstat (limited to 'ishtar_common/models.py')
-rw-r--r--ishtar_common/models.py9
1 files changed, 3 insertions, 6 deletions
diff --git a/ishtar_common/models.py b/ishtar_common/models.py
index b7d6004c3..cda01a048 100644
--- a/ishtar_common/models.py
+++ b/ishtar_common/models.py
@@ -5043,12 +5043,9 @@ class Document(
# search parameters
REVERSED_BOOL_FIELDS = ["image__isnull", "associated_file__isnull"]
DATED_FIELDS = BaseHistorizedItem.DATED_FIELDS + [
- "receipt_date__lte",
- "receipt_date__gte",
- "receipt_date_in_documentation__lte",
- "receipt_date_in_documentation__gte",
- "creation_date__lte",
- "creation_date__gte",
+ "receipt_date",
+ "receipt_date_in_documentation",
+ "creation_date",
]
objects = ExternalIdManager()