Peewee v3.13.3 Release Notes

Release Date: 2020-04-24 // almost 4 years ago
    • ๐Ÿ‘ Allow arbitrary keyword arguments to be passed to DataSet constructor, which are then passed to the instrospector.
    • ๐Ÿ‘ Allow scalar subqueries to be compared using numeric operands.
    • ๐Ÿ›  Fix bulk_create() when model being inserted uses FK identifiers.
    • ๐Ÿ›  Fix bulk_update() so that PK values are properly coerced to the right data-type (e.g. UUIDs to strings for Sqlite).
    • ๐Ÿ‘ Allow array indices to be used as dict keys, e.g. for the purposes of updating a single array index value.

    View commits