From 1d20feffbce11f3579ac8f3dc325e5aa431d4e4a Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Thu, 7 Aug 2025 12:49:17 +0200 Subject: 🐛 searches: fix exact date searches for datetime fields (refs #6411) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ishtar_common/models_common.py | 1 + 1 file changed, 1 insertion(+) (limited to 'ishtar_common/models_common.py') diff --git a/ishtar_common/models_common.py b/ishtar_common/models_common.py index 7f7df4bfc..57c75d45d 100644 --- a/ishtar_common/models_common.py +++ b/ishtar_common/models_common.py @@ -1679,6 +1679,7 @@ class BaseHistorizedItem( "created", "last_modified", ] + DATETIME_FIELDS = ["created", "last_modified", "history_date"] BOOL_FIELDS = ["locked"] -- cgit v1.2.3