klen / mixer

Mixer -- Is a fixtures replacement. Supported Django, Flask, SqlAlchemy and custom python objects.
Other
939 stars 96 forks source link

Peewee 3.x compatibility #106

Closed jberkel closed 5 years ago

jberkel commented 5 years ago

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

coveralls commented 5 years ago

Coverage Status

Coverage increased (+3.7%) to 87.433% when pulling a24f9c2950d139e4b67cf91851c077e8e4afc0eb on jberkel:develop into 16072253c7df86b7dd3fc7b9a4170fb01c2140c4 on klen:develop.

klen commented 5 years ago

@jberkel Thank you for the PR.