AceFire6 / ordered-arrowverse

A listing of all shows in the Arrowverse in watch order to ensure continuity and sensible ordering for crossover episodes
https://arrowverse.info
98 stars 33 forks source link

Bump tortoise-orm from 0.16.20 to 0.17.5 #334

Closed dependabot[bot] closed 3 years ago

dependabot[bot] commented 3 years ago

Bumps tortoise-orm from 0.16.20 to 0.17.5.

Release notes

Sourced from tortoise-orm's releases.

0.17.5

  • 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)

0.17.4

  • Quick fix update_or_create. (#782)

0.17.3

  • 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.

0.17.2

  • 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.

0.17.1

  • 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)

0.17.0

  • Add date part extract filtering.
  • Add Manager support.
  • Add db router support.
  • Add nowait, skip_locked, of parameters to queryset.select_for_update.
  • Add field name to validation exceptions.
  • Compatible with asyncmy.
  • Replace pypika to pypika-tortoise.

0.16.21

  • 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.
Changelog

Sourced from tortoise-orm's changelog.

0.17.5

  • 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)

0.17.4

  • Fix update_or_create. (#782)
  • Add contains, contained_by and filter to JSONField

0.17.3

  • 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.

0.17.2

  • 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.

0.17.1

  • 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)

0.17.0

  • Add date part extract filtering.
  • Add Manager support.
  • Add db router support.
  • Add nowait, skip_locked, of parameters to queryset.select_for_update.
  • Add field name to validation exceptions.
  • Compatible with asyncmy <https://github.com/long2ice/asyncmy>_.
  • Replace pypika to pypika-tortoise <https://github.com/tortoise/pypika-tortoise>_.

... (truncated)

Commits


Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
dependabot[bot] commented 3 years ago

Superseded by #337.