Skip to content

3.1.4 (released on π-day!)

Compare
Choose a tag to compare
@coleifer coleifer released this 14 Mar 19:49
· 1311 commits to master since this release
  • Added BigAutoField to support 64-bit auto-incrementing primary keys.
  • Use Peewee-compatible datetime serialization when exporting JSON from a DataSet. Previously the JSON export used ISO-8601 by default. See #1536.
  • Added Database.batch_commit helper to wrap iterators in chunked transactions. See #1539 for discussion.

View commits