v0.12.0
Features
-
Refactored logic for inferring the id attribute and its field class type
-
Support for
decimal.Decimal
used for Numeric fields by PostgreSQL drivers (Thanks, @brunsgaard) -
Updated the configuration of fields when used with a
FieldSet
:The
io
attribute on fields can now have'c'
(create) and'u'
(update) in addition to'r'
and'w'
. This allows for e.g fields that can only be written once on create'cr'
or are generated by the server but can then be updated'ru'
.