Skip to content

Commit

Permalink
fixed #4
Browse files Browse the repository at this point in the history
  • Loading branch information
marktennyson committed Sep 28, 2021
1 parent 837c8cb commit 3ae0a42
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
## 0.0.2
- added `OneToOneRelation` and `ForeignKeyRelation` with the __Tortoise__ class.
- Added `OneToOneRelation` and `ForeignKeyRelation` with the __Tortoise__ class.
- Update the help message. Issue : #4
2 changes: 1 addition & 1 deletion flask_tortoise/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ def wrapper(*args, **kwargs):
@complete_async_func
async def tortoise(ctx: c.Context, config="aerich.ini", app=None, name="aerich"):
"""
the default command line interface to manage the version of the tortoise orm.
The CLI to control the tortoise-orm.
"""
ctx.ensure_object(dict)
ctx.obj["config_file"] = config
Expand Down

0 comments on commit 3ae0a42

Please sign in to comment.