From 56c5f6e31f34e47d9a6c31767840c9d949d63abf Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Mon, 18 Dec 2023 18:56:31 +0100 Subject: ✨ imports: add search criteria MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ishtar_common/models.py | 2 ++ 1 file changed, 2 insertions(+) (limited to 'ishtar_common/models.py') diff --git a/ishtar_common/models.py b/ishtar_common/models.py index d7a546696..696020c58 100644 --- a/ishtar_common/models.py +++ b/ishtar_common/models.py @@ -147,6 +147,7 @@ from ishtar_common.models_common import ( SearchAltName, OwnPerms, Cached, + Imported, Address, post_save_cache, TemplateItem, @@ -188,6 +189,7 @@ __all__ = [ "ImporterDefaultValues", "ImporterColumn", "ImporterDuplicateField", + "Imported", "Regexp", "ImportTarget", "ItemKey", -- cgit v1.2.3