Skip to content

Commit

Permalink
3.14.4
Browse files Browse the repository at this point in the history
  • Loading branch information
coleifer committed Mar 19, 2021
1 parent b7d4e57 commit 5aad8d0
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 2 deletions.
14 changes: 13 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,19 @@ https://github.com/coleifer/peewee/releases

## master

[View commits](https://github.com/coleifer/peewee/compare/3.14.3...master)
[View commits](https://github.com/coleifer/peewee/compare/3.14.4...master)

## 3.14.4

This release contains an important fix for a regression introduced by commit
ebe3ad5, which affected the way model instances are converted to parameters for
use in expressions within a query. The bug could manifest when code uses model
instances as parameters in expressions against fields that are not
foreign-keys.

The issue is described in #2376.

[View commits](https://github.com/coleifer/peewee/compare/3.14.3...3.14.4)

## 3.14.3

Expand Down
2 changes: 1 addition & 1 deletion peewee.py
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@
mysql = None


__version__ = '3.14.3'
__version__ = '3.14.4'
__all__ = [
'AsIs',
'AutoField',
Expand Down

0 comments on commit 5aad8d0

Please sign in to comment.