v0.16.11
- fix:
sqlite://:memory:
in Windows thrownOSError: [WinError 123]
- Support
bulk_create()
insertion of records with overridden primary key when the primary key is DB-generated - Add
queryset.exists()
andModel.exists()
. - Add model subscription lookup,
Model[<pkval>]
that will return the object or raiseKeyError