github coleifer/peewee 3.1.3

latest releases: 3.14.10, 3.14.9, 3.14.8...
6 years ago
  • Fixed issue where scope-specific settings were being updated in-place instead
    of copied. #1534.
  • Fixed bug where setting a ForeignKeyField did not add it to the model's
    "dirty" fields list. #1530.
  • Use pre-fetched data when using prefetch() with ManyToManyField. Thanks
    to @iBelieve for the patch. #1531.
  • Use JSON data-type for SQLite JSONField instances.
  • Add a json_contains function for use with SQLite json1 extension.
  • Various documentation updates and additions.

View commits

Don't miss a new peewee release

NewReleases is sending notifications on new releases.