Skip to content

Commit 86b1c4c

Browse files
committed
docs: update changelog
1 parent 6d063cd commit 86b1c4c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

CHANGELOG.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,9 +40,10 @@ Changed
4040
- Framework integrations (FastAPI, Starlette, Sanic, etc.) now use ``Tortoise.close_connections()`` internally
4141
- ``ConnectionHandler`` now uses instance-based ContextVar storage (each context has isolated connections)
4242
- ``Tortoise.apps`` and ``Tortoise._inited`` now use ``classproperty`` descriptor (no metaclass)
43-
- feat: foreignkey to model type (#2027)
4443
- **Shell command now uses optional dependencies**: Install with ``pip install tortoise-orm[ipython]`` (recommended) or ``pip install tortoise-orm[ptpython]`` to enable. IPython is preferred over ptpython. Both shells are supported.
4544
- **DatetimeField and TimeField behavior change**: Fields with ``auto_now=True`` no longer incorrectly set ``auto_now_add=True`` internally.
45+
- feat: foreignkey to model type (#2027)
46+
- refactor: move pytz to optional dependencies (#2023)
4647

4748
Deprecated
4849
^^^^^^^^^^

0 commit comments

Comments
 (0)