summaryrefslogtreecommitdiff
path: root/chimere/utils.py
diff options
context:
space:
mode:
Diffstat (limited to 'chimere/utils.py')
-rw-r--r--chimere/utils.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/chimere/utils.py b/chimere/utils.py
index 55fc45c..5b34e9c 100644
--- a/chimere/utils.py
+++ b/chimere/utils.py
@@ -131,6 +131,8 @@ class ImportManager(object):
values['has_associated_marker'] = False
try:
item = cls.objects.create(**values)
+ item.modified_since_import = False
+ item.save()
except TypeError:
# error on data source
return None, False, False