Closed Stepland closed 5 years ago
fields.LocalDateTime was removed in marshmallow 3.0.0rc9 (see link), I just changed it to fields.DateTime.
fields.LocalDateTime
fields.DateTime
I'm not going to pretend like I thoroughly checked the implications thought ...
Fixes #84
Coverage remained the same at 100.0% when pulling 2721b330b134044fa3aed5c65c14ef3ad84686d7 on Stepland:master into b29a8afd11d8eb7f0d34a8ad7de72cf102105a89 on fuhrysteve:master.
thx for the pull!
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
0.7.0
fields.LocalDateTime
was removed in marshmallow 3.0.0rc9 (see link), I just changed it tofields.DateTime
.I'm not going to pretend like I thoroughly checked the implications thought ...
Fixes #84