Skip to content

Commit

Permalink
Remove some unicode characters
Browse files Browse the repository at this point in the history
  • Loading branch information
grigi committed Sep 3, 2019
1 parent fad15e8 commit 3753244
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ Changelog
- Pre-generated ForeignKey fields (e.g. UUIDField) is now checked for persistence correctly.
- ``source_field`` Fields are now handled correctly for ordering.
- ``source_field`` Fields are now handled correctly for updating.
- Fixed installing Tortoise-ORM in non-unicode systems. (#180)

0.13.2
------
Expand Down
2 changes: 1 addition & 1 deletion tortoise/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -222,7 +222,7 @@ def describe_models(
:return:
A dictionary containing the model qualifier as key,
and the same output as ``describe_model()`` as value:
and the same output as ``describe_model(...)`` as value:
.. code-block:: python3
Expand Down

0 comments on commit 3753244

Please sign in to comment.