github tortoise/tortoise-orm 0.13.3
v0.13.3

latest releases: 0.20.0, 0.19.3, 0.19.2...
4 years ago
  • Fixed installing Tortoise-ORM in non-unicode systems. (#180)
  • «queryset».update(…) now correctly uses the DB-specific to_db_value()
  • fetch_related(…) now correctly encodes non-integer keys.
  • ForeignKey fields of type UUIDField are now escaped consistently.
  • Pre-generated ForeignKey fields (e.g. UUIDField) is now checked for persistence correctly.
  • Duplicate M2M .add(…) now checks using consistent field encoding.
  • source_field Fields are now handled correctly for ordering.
  • source_field Fields are now handled correctly for updating.

Don't miss a new tortoise-orm release

NewReleases is sending notifications on new releases.