Ilya Chistyakov
Ilya Chistyakov
 I ran into a problem. When I use instance, I get a field type of enum. ``` print(UserSchema().load({}, instance=user).data.status) # ``` But if I use data, I get a...
Added **functools.wraps** for save meta-info of decorated function.
I got excessive_data. What does the error mean? What can be done with this?
Hi All! I have several databases in my project and one of them is external. I know, it's bad practice but that's how it is. And I need tests for...