Skip to content

Commit

Permalink
v0.15.15
Browse files Browse the repository at this point in the history
  • Loading branch information
grigi committed Feb 22, 2020
1 parent f180812 commit 7946792
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

Changelog
=========
0.15.15
-------
- Add ability to suppply a ``to_field=`` parameter for FK/O2O to a non-PK but still uniquely indexed remote field. (#287)

0.15.14
-------
- add F expression support in ``queryset.update()`` - This allows for atomic updates of data in the database. (#294)
Expand Down
2 changes: 1 addition & 1 deletion tortoise/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -781,4 +781,4 @@ async def do_stuff():
loop.run_until_complete(Tortoise.close_connections())


__version__ = "0.15.14"
__version__ = "0.15.15"

0 comments on commit 7946792

Please sign in to comment.