Skip to content

v0.16.11

Compare
Choose a tag to compare
@grigi grigi released this 14 May 06:31
· 713 commits to develop since this release
  • fix: sqlite://:memory: in Windows thrown OSError: [WinError 123]
  • Support bulk_create() insertion of records with overridden primary key when the primary key is DB-generated
  • Add queryset.exists() and Model.exists().
  • Add model subscription lookup, Model[<pkval>] that will return the object or raise KeyError