Skip to content

Commit

Permalink
Release 0.16.6
Browse files Browse the repository at this point in the history
  • Loading branch information
abondar committed Sep 24, 2020
1 parent 58669ad commit 2f15cb9
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,17 @@ Changelog

0.16
====
0.16.16
-------
- Fixed inconsistency in integrity error exception of FastAPI
- add OSError to _get_comments except block

0.16.15
-------
- Make `DateField` accept valid date str.
- Add `QuerySet.select_for_update()`.
- check ``default`` for not ``None`` on pydantic model creation
- propagate default to pydantic model
- Fixed inconsistency in integrity error exception of FastAPI
- Add `QuerySet.select_related()`.
- Add custom attribute name for Prefetch instruction.
- Add `db_constraint` for `RelationalField` family.
Expand Down
2 changes: 1 addition & 1 deletion tortoise/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -638,4 +638,4 @@ async def do_stuff():
loop.run_until_complete(Tortoise.close_connections())


__version__ = "0.16.15"
__version__ = "0.16.16"

0 comments on commit 2f15cb9

Please sign in to comment.