Skip to content

v0.15.7

Compare
Choose a tag to compare
@grigi grigi released this 28 Dec 05:24
· 783 commits to develop since this release
  • 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()