Skip to content

v0.13.11

Compare
Choose a tag to compare
@grigi grigi released this 10 Oct 10:52
· 925 commits to develop since this release
  • Fixed the _FieldMeta class not to checking if the 1st base class was Field, so would break with mixins.
  • The Field class now calls super().__init__, so mixins are properly initialised.