Peewee v2.4.2 Release Notes

  • This release contains a number of improvements to the reflection and migrate extension modules. I also added an encrypted diary app to the examples directory.

    ๐Ÿ› Bugs fixed

    • #449, typo in the db_url extension, thanks to @malea for the fix.
    • ๐Ÿ“š #457 and #458, fixed documentation deficiences.

    ๐Ÿ†• New features

    • โž• Added support for importing data when using the DataSet extension.
    • โž• Added an encrypted diary app to the examples.
    • ๐Ÿ‘ Better index reconstruction when altering columns on SQLite databases with the migrate module.
    • ๐Ÿ‘Œ Support for multi-column primary keys in the reflection module.
    • Close cursors more aggressively when executing SELECT queries.

    View commits