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
When a Marshmallow Date or DateTime has a non-default format argument the output APISpec for the field has a format: null instead of format: date and format: date-time respectively.
The expected behaviour should be the latter as it was happening for versions of apispec before 6.4.
When a Marshmallow
Date
orDateTime
has a non-defaultformat
argument the output APISpec for the field has aformat: null
instead offormat: date
andformat: date-time
respectively.The expected behaviour should be the latter as it was happening for versions of
apispec
before 6.4.Created a draft PR #937 to showcase the fix.
The text was updated successfully, but these errors were encountered: