Skip to content

Commit a399d1a

Browse files
authored
Release 0.24.2 (#1914)
1 parent d5ea7c6 commit a399d1a

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

CHANGELOG.rst

+6-1
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,18 @@ Changelog
99
0.24
1010
====
1111

12-
0.24.2 (Unreleased)
12+
0.24.2
1313
------
1414

1515
Fixed
1616
^^^^^
1717
- Fix model with multi m2m fields generates wrong references name (#1897)
1818
- Fix using reserved words in order_by (#1900)
19+
- Fix installing tortoise-orm with poetry 2 (#1885)
20+
21+
Changed
22+
^^^^^^^
23+
- Use 'unique' instead of 'create_unique_index' for m2m field (#1903)
1924

2025
0.24.1
2126
------

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "tortoise-orm"
3-
version = "0.24.1"
3+
version = "0.24.2"
44
description = "Easy async ORM for python, built with relations in mind"
55
authors = [{name="Andrey Bondar", email="[email protected]"}, {name="Nickolas Grigoriadis", email="[email protected]"}, {name="long2ice", email="[email protected]"}]
66
license = {text="Apache-2.0"}

0 commit comments

Comments
 (0)