Skip to content

Commit

Permalink
3.17.8
Browse files Browse the repository at this point in the history
  • Loading branch information
coleifer committed Nov 12, 2024
1 parent 9d1b063 commit 9b038b1
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,14 @@ https://github.com/coleifer/peewee/releases

## master

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

## 3.17.8

* Fix regression in behavior of `delete_instance()` when traversing nullable
foreign-keys, #2952. Introduced in 3.17.6. **Recommended that you update**.
* Fix bug where joins not cloned when going from join-less -> joined query,
refs #2941.

## 3.17.7

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


__version__ = '3.17.7'
__version__ = '3.17.8'
__all__ = [
'AnyField',
'AsIs',
Expand Down

0 comments on commit 9b038b1

Please sign in to comment.