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
The decimal.Context instance used by NumberType.decode should be configurable on instantiation, such that fields can define their own decimal conversion without subclassing and overriding decode.
The
decimal.Contextinstance used byNumberType.decodeshould be configurable on instantiation, such that fields can define their own decimal conversion without subclassing and overridingdecode.(See #15.)