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

Peewee 3.x compatibility #106

Merged
merged 1 commit into from
Sep 28, 2018
Merged

Peewee 3.x compatibility #106

merged 1 commit into from
Sep 28, 2018

Conversation

jberkel
Copy link
Contributor

@jberkel jberkel commented Sep 26, 2018

PrimaryKeyField has been renamed to AutoField.
The isinstance check in gen_field therefore fails
and no objects are created.

`PrimaryKeyField` has been renamed to `AutoField`.
The `isinstance` check in `gen_field` therefore fails
and no objects are created.
@coveralls
Copy link

Coverage Status

Coverage increased (+3.7%) to 87.433% when pulling a24f9c2 on jberkel:develop into 1607225 on klen:develop.

@klen klen merged commit 3489d88 into klen:develop Sep 28, 2018
@klen
Copy link
Owner

klen commented Sep 28, 2018

@jberkel Thank you for the PR.

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.

None yet

3 participants