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

Sync fails with version 2.1 if backend is mysql #45

Closed
vegu opened this issue Jul 1, 2020 · 0 comments · Fixed by #47
Closed

Sync fails with version 2.1 if backend is mysql #45

vegu opened this issue Jul 1, 2020 · 0 comments · Fixed by #47
Labels

Comments

@vegu
Copy link
Contributor

vegu commented Jul 1, 2020

    raise ValueError('The database backend does not accept 0 as a '
ValueError: The database backend does not accept 0 as a value for AutoField.

Appears to be an issue in migration 0007

@vegu vegu added the bug label Jul 1, 2020
vegu added a commit that referenced this issue Jul 1, 2020
…ducing migration errors on foreignkey fields when running against mysql as backend (#45).
vegu added a commit that referenced this issue Jul 1, 2020
…igrating if running against mysql as backend (#45). Drop them for now and address this at a later point.
@grizz grizz mentioned this issue Jul 1, 2020
@grizz grizz closed this as completed in #47 Jul 1, 2020
grizz added a commit that referenced this issue Jul 1, 2020
* add py3.7 tests and mark as supported version,
remove py3.4 tests and remove from support versions

* The AlterField statements on some of these fields cause issues with migrating if running against mysql as backend (#45). Drop them for now and address this at a later point.

Co-authored-by: Stefan Pratter <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant