jazzband / jsonmodels

jsonmodels is library to make it easier for you to deal with structures that are converted to, or read from JSON.
http://jsonmodels.readthedocs.org/en/latest/
BSD 3-Clause "New" or "Revised" License
334 stars 51 forks source link

fields: Added `default` option to BaseField. #95

Closed avrahamshukron closed 6 years ago

avrahamshukron commented 6 years ago

The new parameter enable specifying initial, default value for each Field instance.

Implements #34

beregond commented 6 years ago

Thanks! Will try to release it asap

beregond commented 6 years ago

Released in 2.3 - thanks!