github tortoise/tortoise-orm 0.15.7
v0.15.7

latest releases: 0.20.0, 0.19.3, 0.19.2...
4 years ago
  • QuerySet.Update() now returns the count of the no of rows affected. Note, that
  • QuerySet.Delete() now returns the count of the no of rows deleted.
  • Note that internal API of db_connection.execute_query() now returns rows_affected, results. (This is informational only)
  • Added get_or_none(...) as syntactic sugar for filter(...).first()

Don't miss a new tortoise-orm release

NewReleases is sending notifications on new releases.