github coleifer/peewee 2.3.0

latest releases: 3.14.10, 3.14.9, 3.14.8...
9 years ago

This release contains a number of bugfixes, enhancements and a rewrite of much of the documentation.

Changes in 2.3.0

Bugs fixed

  • #340, allow inner query values to be used in outer query joins.
  • #380, fixed foreign key handling in SQLite migrations.
  • #389, mark foreign keys as dirty on assignment.
  • #391, added an orwhere() method.
  • #392, fixed order_by meta option inheritance bug.
  • #394, fixed UUID and conversion of foreign key values (thanks @alexlatchford).
  • #395, allow selecting all columns using SQL('*').
  • #396, fixed query compiler bug that was adding unnecessary parentheses around expressions.
  • #405, fixed behavior of count() when query has a limit or offset.

View commits

Don't miss a new peewee release

NewReleases is sending notifications on new releases.