jdelic / django-dbconn-retry

Patches Django to reconnect on a failed database connection once before failing. Helping with running Django ORM through HAProxy, for example.
BSD 3-Clause "New" or "Revised" License
76 stars 25 forks source link

Bump django-stubs-ext from 0.5.0 to 0.7.0 #24

Closed dependabot[bot] closed 7 months ago

dependabot[bot] commented 2 years ago

Bumps django-stubs-ext from 0.5.0 to 0.7.0.

Commits
  • 9ea25f3 bump version
  • dacf88c optimize hooks a bit
  • 3d14d07 incremental = True for plugin tests should be fixed now
  • 6e6d164 enable incremental mode for tests, disable it for one so that it would pass
  • 2bd0189 forms, generic views fixes
  • 14ea848 add nested Meta inheritance support for forms
  • 2d3b549 fix form errors in CI
  • 194258a Merge pull request #23 from syastrov/better-types-for-transaction-atomic
  • 116aa2c clean up forms
  • 67c9943 Add better typings plus test for transaction.atomic.
  • Additional commits viewable in compare view


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)
coveralls commented 2 years ago

Coverage Status

Coverage remained the same at 93.478% when pulling 22d199e92515b60e93878bbe9946daf4bff4313d on dependabot/pip/django-stubs-ext-0.7.0 into 4110c1a36e54e45bfabd51df28957442cfe938a3 on master.

jdelic commented 7 months ago

@dependabot rebase

dependabot[bot] commented 7 months ago

Superseded by #46.