github coleifer/peewee 3.1.0

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

Backwards-incompatible changes

Database.bind() has been renamed to Database.bind_ctx(), to more closely
match the semantics of the corresponding model methods, Model.bind() and
Model.bind_ctx(). The new Database.bind() method is a one-time operation
that binds the given models to the database. See documentation:

Other changes

  • Removed Python 2.6 support code from a few places.
  • Fixed example analytics app code to ensure hstore extension is registered.
  • Small efficiency improvement to bloom filter.
  • Removed "attention!" from README.

View commits

Don't miss a new peewee release

NewReleases is sending notifications on new releases.