Peewee v3.3.2 Release Notes

    • Add methods for union(), union_all, intersect() and except_(). Previously, these methods were only available as operator overloads.
    • โœ‚ Removed some Python 2.6-specific support code, as 2.6 is no longer officially supported.
    • ๐Ÿ›  Fixed model-graph resolution logic for deferred foreign-keys.
    • ๐Ÿ‘ Better support for UPDATE...FROM queries (Postgresql).

    View commits