We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eabe9e9 commit 6fe5153Copy full SHA for 6fe5153
src/ralph/data_importer/mixins.py
@@ -85,7 +85,6 @@ def get_or_init_instance(self, instance_loader, row):
85
)
86
87
def after_save_instance(self, instance, row, **kwargs):
88
- # def after_save_instance(self, instance, row, **kwargs):
89
if not kwargs.get("dry_run", False) and self.old_object_pk:
90
content_type = ContentType.objects.get_for_model(self._meta.model)
91
ImportedObjects.objects.update_or_create(
0 commit comments