Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[PR #1837/4cf073bb backport][0.20] Fix import collection marks and signatures #1840

Conversation

patchback[bot]
Copy link

@patchback patchback bot commented May 8, 2024

This is a backport of PR #1837 as merged into main (4cf073b).

The import code was unable to link up a collection version with its metadata because using multiple fields as a foreign key is not supported by django-import-export. The only viable fallback given existing export files is to use the upstream_id.

fixes #1836

The import code was unable to link up a collection version with its
metadata because using multiple fields as a foreign key is not supported
by django-import-export. The only viable fallback given existing export
files is to use the upstream_id.

fixes #1836

(cherry picked from commit 4cf073b)
mdellweg
mdellweg previously approved these changes May 8, 2024
@mdellweg mdellweg force-pushed the patchback/backports/0.20/4cf073bbecb219f2543c14a2bed2bf3e4d6156c8/pr-1837 branch from 126ac74 to a0649a2 Compare May 8, 2024 15:07
@mdellweg mdellweg merged commit eabf1f1 into 0.20 May 8, 2024
16 checks passed
@mdellweg mdellweg deleted the patchback/backports/0.20/4cf073bbecb219f2543c14a2bed2bf3e4d6156c8/pr-1837 branch May 8, 2024 15:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant