summaryrefslogtreecommitdiff
path: root/ishtar_common/models.py
diff options
context:
space:
mode:
authorÉtienne Loks <etienne.loks@iggdrasil.net>2023-10-23 12:36:44 +0200
committerÉtienne Loks <etienne.loks@iggdrasil.net>2024-04-16 16:38:32 +0200
commit94a4a57148d2c81dbbc1251b7e79ba09282af217 (patch)
treee37714d36079e8af4d8e972d16859c6bc338b406 /ishtar_common/models.py
parent406252c203e6863aa4ae02619037f13439706f98 (diff)
downloadIshtar-94a4a57148d2c81dbbc1251b7e79ba09282af217.tar.bz2
Ishtar-94a4a57148d2c81dbbc1251b7e79ba09282af217.zip
✨ imports: allow errors to be pointed out line by line
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 a38fc3c3e..d7a546696 100644
--- a/ishtar_common/models.py
+++ b/ishtar_common/models.py
@@ -107,6 +107,7 @@ from ishtar_common.model_managers import (
)
from ishtar_common.model_merging import merge_model_objects
from ishtar_common.models_imports import (
+ ImportLineError,
ImporterModel,
ImporterType,
ImporterGroup,
@@ -181,6 +182,7 @@ __all__ = [
"ImporterType",
"ImporterGroup",
"ImportGroup",
+ "ImportLineError",
"ImporterGroupImporter",
"ImporterDefault",
"ImporterDefaultValues",