All Versions
125
Latest Version
Avg Release Cycle
-
Latest Release
-

Changelog History
Page 2

  • v0.17.5 Changes

    • Set field_type of fk and o2o same to which relation field type. (#443)
    • ๐Ÿ›  Fix error sql for .sql() call more than once. (#796)
    • ๐Ÿ›  Fix incorrect splitting of the import route when using Router (#798)
    • ๐Ÿ›  Fix filter error after annotate with F. (#806)
    • ๐Ÿ›  Fix select_related for reverse relation. (#808)
  • v0.17.4 Changes

    • Fix update_or_create. (#782)
    • โž• Add contains, contained_by and filter to JSONField
  • v0.17.3 Changes

    • ๐Ÿ›  Fix duplicates when using custom through association class on M2M relations
    • Fix update_or_create and get_or_create. (#721)
    • Fix refresh_from_db without fields pass. (#734)
    • โšก๏ธ Make update query work with limit and order_by. (#748)
    • โž• Add Subquery expression. (#756) (#9) (#337)
    • ๐Ÿ‘‰ Use JSON in JSONField.
  • v0.17.2 Changes

    • โž• Add more index types.
    • Add force_index, use_index to queryset.
    • ๐Ÿ›  Fix F in update error with update_fields.
    • ๐Ÿ‘‰ Make delete query work with limit and order_by. (#697)
    • Filter backward FK fields with IS NULL and NOT IS NULL filters (#700)
    • Add select_for_update in update_or_create. (#702)
    • Add Model.select_for_update.
    • โž• Add __search full text search to queryset.
  • v0.17.1 Changes

    • ๐Ÿ›  Fix type for modules.
    • ๐Ÿ›  Fix select_related when related model specified more than once. (#679)
    • Add __iter__ to model, now can just return model/models in fastapi response.
    • ๐Ÿ›  Fix in_transaction bug caused by 'router'. (#677) (#678)
  • v0.17

  • v0.16.21 Changes

    • ๐Ÿ›  Fixed validating JSON before decoding. (#623)
    • Add model method update_or_create.
    • Add batch_size parameter for bulk_create method.
    • ๐Ÿ›  Fix save with F expression and field with source_field.
  • v0.16.20 Changes

    • โž• Add model field validators.
    • ๐Ÿ‘ Allow function results in group by. (#608)
  • v0.16.19 Changes

    • Replace set TZ environment variable to TIMEZONE to avoid affecting global timezone.
    • Allow passing module objects to models_paths param of Tortoise.init_models(). (#561)
    • Implement PydanticMeta.backward_relations. (#536)
    • ๐Ÿ‘ Allow overriding PydanticMeta in PydanticModelCreator. (#536)
    • Fixed make_native typo to make_naive in timezone module
  • v0.16.18 Changes

    • ๐Ÿ‘Œ Support custom function in update. (#537)
    • Add Model.refresh_from_db. (#549)
    • โฌ†๏ธ Add timezone support, be careful to upgrade to this version, see docs <https://tortoise-orm.readthedocs.io/en/latest/timezone.html>_ for details. (#335)
    • โœ‚ Remove aerich in case of cyclic dependency. (#558)