We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4b24253 commit 9c486d2Copy full SHA for 9c486d2
1 file changed
admin/preprint_providers/views.py
@@ -19,7 +19,7 @@
19
20
# When preprint_providers exclusively use Subject relations for creation, set this to False
21
SHOW_TAXONOMIES_IN_PREPRINT_PROVIDER_CREATE = True
22
-FIELDS_TO_NOT_IMPORT_EXPORT = ['access_token', 'share_source', 'subjects_acceptable']
+FIELDS_TO_NOT_IMPORT_EXPORT = ['access_token', 'share_source', 'subjects_acceptable', '_id']
23
24
25
class PreprintProviderList(PermissionRequiredMixin, ListView):
0 commit comments