v0.13.11
- Fixed the
_FieldMeta
class not to checking if the 1st base class was Field, so would break with mixins. - The
Field
class now callssuper().__init__
, so mixins are properly initialised.
_FieldMeta
class not to checking if the 1st base class was Field, so would break with mixins.Field
class now calls super().__init__
, so mixins are properly initialised.