Skip to content

Commit

Permalink
3.0.20
Browse files Browse the repository at this point in the history
  • Loading branch information
coleifer committed Feb 22, 2018
1 parent e642ab9 commit f1aa008
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,15 @@ releases, visit GitHub:

https://github.com/coleifer/peewee/releases

## 3.0.20

* Include `schema` (if specified) when checking for table-existence.
* Correct placement of ORDER BY / LIMIT clauses in compound select queries.
* Fix bug in back-reference lookups when using `filter()` API.
* Fix bug in SQL generation for ON CONFLICT queries with Postgres, #1512.

[View commits](https://github.com/coleifer/peewee/compare/3.0.19...3.0.20)

## 3.0.19

* Support for more types of mappings in `insert_many()`, refs #1495.
Expand Down
2 changes: 1 addition & 1 deletion peewee.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
mysql = None


__version__ = '3.0.19'
__version__ = '3.0.20'
__all__ = [
'AsIs',
'AutoField',
Expand Down

0 comments on commit f1aa008

Please sign in to comment.