Peewee v2.2.5 Release Notes

  • ๐Ÿš€ This is a small release and contains a handful of fixes.

    ๐Ÿ”„ Changes in 2.2.5

    • โž• Added a Window object for creating reusable window definitions.
    • โž• Added support for DISTINCT ON (...).
    • โž• Added a BerkeleyDB-backed sqlite Database and build script.
    • ๐Ÿ›  Fixed how the UUIDField handles None values (thanks @alexlatchford).
    • ๐Ÿ›  Fixed various things in the example app.
    • โž• Added 3.4 to the travis build (thanks @frewsxcv).

    View commits