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 86acdfe commit 13c82f8Copy full SHA for 13c82f8
CHANGELOG.rst
@@ -14,9 +14,9 @@ Added
14
^^^^^
15
- Added psycopg backend support.
16
- Added a new unified and robust connection management interface to access DB connections which includes support for
17
- lazy connection creation and much more. For more details,
18
- check out this `PR <https://github.com/tortoise/tortoise-orm/pull/1001>`_
+ lazy connection creation and much more. For more details, check out this `PR <https://github.com/tortoise/tortoise-orm/pull/1001>`_
19
- Added `TimeField`. (#1054)
+- Added `ArrayField`.
20
Fixed
21
22
- Fix `bulk_create` doesn't work correctly with more than 1 update_fields. (#1046)
0 commit comments