Skip to content

v0.13.3

Choose a tag to compare

@grigi grigi released this 05 Sep 09:00
  • 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.