github coleifer/peewee 3.5.2

latest releases: 3.14.10, 3.14.9, 3.14.8...
5 years ago
  • New guide to using window functions in Peewee.
  • New and improved table name auto-generation. This feature is not backwards compatible, so it is disabled by default. To enable, set legacy_table_names=False in your model's Meta options. For more details, see table names documentation.
  • Allow passing single fields/columns to window function order_by and partition_by arguments.
  • Support for FILTER (WHERE...) clauses with window functions and aggregates.
  • Added IdentityField class suitable for use with Postgres 10's new identity column type. It can be used anywhere AutoField or BigAutoField was being used previously.
  • Fixed bug creating indexes on tables that are in attached databases (SQLite).
  • Fixed obscure bug when using prefetch() and ModelAlias to populate a back-reference related model.

View commits

Don't miss a new peewee release

NewReleases is sending notifications on new releases.