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 512ae1e commit 62328fbCopy full SHA for 62328fb
marketing/admin.py
@@ -23,7 +23,7 @@ class CapturedEmailResource(resources.ModelResource):
23
class Meta:
24
model = CapturedEmail
25
# Use email as the natural key so re-imports update instead of duplicating
26
- import_id_fields = "email"
+ import_id_fields = ["email"]
27
skip_unchanged = True
28
report_skipped = True
29
fields = (
0 commit comments