github tortoise/tortoise-orm 0.20.0

8 months ago

Added

  • Allow ForeignKeyField(on_delete=NO_ACTION) (#1393)
  • Support pydantic 2.0. (#1433)

Fixed

  • Fix foreign key constraint not generated on MSSQL Server. (#1400)
  • Fix testcase error with python3.11 (#1308)

Breaking Changes

  • Drop support for pydantic 1.x.
  • Drop support for python 3.7.
  • Param config_class of pydantic_model_creator is renamed to model_config.
  • Attr config_class of PydanticMeta is renamed to model_config.

Don't miss a new tortoise-orm release

NewReleases is sending notifications on new releases.