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

Add a failing test for M2M models in test_merge_move_detail #202

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from

Conversation

YPCrumble
Copy link

@saxix thanks for building this repo!

I'm trying to debug an issue when I try to merge a couple models with M2M relationships and attempting to create a failing test highlighting the issue.

The main problem is that I'm getting "This field is required" for various M2M fields in the Django admin when I submit the merge.

The first thing I tried to do is simply add a M2M relationship to the test_merge_move_detail test that seems to fail per this PR.

Should this test be expected to fail in the manner I've adapted it? I would have thought that the M2M relationship would be merged into the preserved model in this test.

Thanks for taking a look!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant