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.py2
1 files changed, 2 insertions, 0 deletions
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",