Skip to content
This repository was archived by the owner on Sep 6, 2020. It is now read-only.

Bump tortoise-orm from 0.15.1 to 0.15.4#58

Closed
dependabot-preview[bot] wants to merge 1 commit into
devfrom
dependabot/pip/dev/tortoise-orm-0.15.4
Closed

Bump tortoise-orm from 0.15.1 to 0.15.4#58
dependabot-preview[bot] wants to merge 1 commit into
devfrom
dependabot/pip/dev/tortoise-orm-0.15.4

Conversation

@dependabot-preview

Copy link
Copy Markdown
Contributor

Bumps tortoise-orm from 0.15.1 to 0.15.4.

Release notes

Sourced from tortoise-orm's releases.

v0.15.4

  • Don't generate a schema if there is no models (#254)
  • Emit a RuntimeWarning when a module has no models to import (#254)
  • Allow passing in a custom SSL context (#255)

0.15.3

  • Added OneToOneField implementation:

    OneToOneField describes a one to one relation between two models.
    It can be set from the primary side only, but resolved from both sides in the same way.

    describe_model(...) now also reports OneToOne relations in both directions.

    Usage example:

     event: fields.OneToOneRelation[Event] = fields.OneToOneField(
         "models.Event", on_delete=fields.CASCADE, related_name="address"
     )
  • Prefetching is done concurrently now, sending all prefetch requests at the same time instead of in sequence.
  • Enabe foreign key enforcement on SQLite for builds where it was optional.

v0.15.2

  • The auto_now_add argument of DatetimeField is handled correctly in the SQLite backend. (#248)
  • unique_together now creates named constrains, to prevent the DB from auto-assigning a potentially non-unique constraint name. (#237)
  • Filtering by an auto_now field doesn't replace the filter value with now() anymore. (#249)
Changelog

Sourced from tortoise-orm's changelog.

0.15.4

  • Don't generate a schema if there is no models (#254)
  • Emit a RuntimeWarning when a module has no models to import (#254)
  • Allow passing in a custom SSL context (#255)

0.15.3

  • Added OneToOneField implementation:

    OneToOneField describes a one to one relation between two models. It can be set from the primary side only, but resolved from both sides in the same way.

    describe_model(...) now also reports OneToOne relations in both directions.

    Usage example:

    event: fields.OneToOneRelation[Event] = fields.OneToOneField(
        "models.Event", on_delete=fields.CASCADE, related_name="address"
    )
    
  • Prefetching is done concurrently now, sending all prefetch requests at the same time instead of in sequence.

  • Enabe foreign key enforcement on SQLite for builds where it was optional.

0.15.2

  • The auto_now_add argument of DatetimeField is handled correctly in the SQLite backend.
  • unique_together now creates named constrains, to prevent the DB from auto-assigning a potentially non-unique constraint name.
  • Filtering by an auto_now field doesn't replace the filter value with now() anymore.
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 use these labels will set the current labels as the default for future PRs for this repo and language
  • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
  • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
  • @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language
  • @dependabot badge me will comment on this PR with code to add a "Dependabot enabled" badge to your readme

Additionally, you can set the following in your Dependabot dashboard:

  • Update frequency (including time of day and day of week)
  • Pull request limits (per update run and/or open at any time)
  • Out-of-range updates (receive only lockfile updates, if desired)
  • Security updates (receive only security updates, if desired)

@dependabot-preview dependabot-preview Bot added the dependencies Pull requests that update a dependency file label Dec 9, 2019
@dependabot-preview

Copy link
Copy Markdown
Contributor Author

Superseded by #63.

@dependabot-preview
dependabot-preview Bot deleted the dependabot/pip/dev/tortoise-orm-0.15.4 branch January 1, 2020 07:24
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants