We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 05b4075 commit 1192500Copy full SHA for 1192500
docs/en/docs/backends/tortoise.md
@@ -5,6 +5,9 @@ your database using your [Tortoise](https://tortoise-orm.readthedocs.io/en/lates
5
!!! warning
6
To use the `TortoiseCRUDRouter`, [Tortoise ORM](https://pypi.org/project/tortoise-orm/) must be first installed.
7
8
+!!! warning
9
+ Tortoise ORM works on python versions 3.7 and higher, so if you want to use this backend, you would not be able to use `python 3.6`.
10
+
11
## Simple Example
12
Below is an example assuming that you have already imported and created all the required models.
13
0 commit comments