You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I would like to specify fields that will use the default value if their value is None (even if they are not missing), something similar to the following field declaration will match perfectly to my case:
I would like to specify fields that will use the default value if their value is
None
(even if they are not missing), something similar to the following field declaration will match perfectly to my case:Is there any way doing this without
@post_dump
or overridingget_attribute
method?The text was updated successfully, but these errors were encountered: