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

Quick fix for marshmallow 3.x compatibility #90

Merged
merged 2 commits into from
Sep 7, 2019

Conversation

Stepland
Copy link
Contributor

@Stepland Stepland commented Sep 4, 2019

fields.LocalDateTime was removed in marshmallow 3.0.0rc9 (see link), I just changed it to fields.DateTime.

I'm not going to pretend like I thoroughly checked the implications thought ...

Fixes #84

@coveralls
Copy link

Coverage Status

Coverage remained the same at 100.0% when pulling 2721b33 on Stepland:master into b29a8af on fuhrysteve:master.

@fuhrysteve fuhrysteve merged commit 307a911 into fuhrysteve:master Sep 7, 2019
@fuhrysteve
Copy link
Owner

thx for the pull!

@jgroth
Copy link

jgroth commented Sep 17, 2019

Would it be possible to get a new release with this fix? I'm currently using version 0.7.0 with Marshmallow 3 and it doesn't work

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.

Incompatible with marshmallow==3.0.0rc9
4 participants