Skip to content

Commit

Permalink
Added 'skip_unchanged' while importing signals
Browse files Browse the repository at this point in the history
  • Loading branch information
dmytrotsko committed Dec 26, 2024
1 parent 19adb64 commit dbc582f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/signals/resources.py
Original file line number Diff line number Diff line change
Expand Up @@ -370,6 +370,7 @@ class Meta:
]
import_id_fields: list[str] = ["name", "source"]
store_instance = True
skip_unchanged = True

def before_import_row(self, row, **kwargs) -> None:
fix_boolean_fields(row)
Expand Down

0 comments on commit dbc582f

Please sign in to comment.