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
This field achieves a function that could be achieved otherwise (property, pre_dump,...). I think it could be dropped without too much collateral damage.
fields.FormattedString
only exists because it was ported from Flask-RESTful. It has a couple peculiarities:fields.Function
andfields.Method
achieve the same use case in a more performant way.The text was updated successfully, but these errors were encountered: