Skip to content

Commit 9c486d2

Browse files
committed
Also don't export _id so you can export/import in the same server
1 parent 4b24253 commit 9c486d2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

admin/preprint_providers/views.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919

2020
# When preprint_providers exclusively use Subject relations for creation, set this to False
2121
SHOW_TAXONOMIES_IN_PREPRINT_PROVIDER_CREATE = True
22-
FIELDS_TO_NOT_IMPORT_EXPORT = ['access_token', 'share_source', 'subjects_acceptable']
22+
FIELDS_TO_NOT_IMPORT_EXPORT = ['access_token', 'share_source', 'subjects_acceptable', '_id']
2323

2424

2525
class PreprintProviderList(PermissionRequiredMixin, ListView):

0 commit comments

Comments
 (0)