Skip to content

Release 0.5.1

Compare
Choose a tag to compare
@rbw rbw released this 28 Sep 20:34
· 37 commits to master since this release
  • Fix Condition serialization via __str__
  • Separate querying methods from fields. Adds new type Queryable: a mixin that
    can be used with BaseField to make fields queryable
  • Fix issue with setting primary key in BaseModel in some cases
  • Refactor the query package