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
75 stars 25 forks source link

Bump django from 5.0.7 to 5.1.1 #75

Closed dependabot[bot] closed 3 days ago

dependabot[bot] commented 1 week ago

Bumps django from 5.0.7 to 5.1.1.

Commits
  • 1e1d791 [5.1.x] Bumped version for 5.1.1 release.
  • 3c733c7 [5.1.x] Fixed CVE-2024-45231 -- Avoided server error on password reset when e...
  • 022ab0a [5.1.x] Fixed CVE-2024-45230 -- Mitigated potential DoS in urlize and urlizet...
  • 6203965 [5.1.x] Fixed #35716 -- Fixed VariableDoesNotExist when rendering admin field...
  • 26c0667 [5.1.x] Fixed #35688 -- Restored timezone and role setters to be PostgreSQL D...
  • fcb71a7 [5.1.x] Removed outdated note about lack of subquery support in MySQL.
  • 9b09a4f [5.1.x] Fixed typos in docs/howto/initial-data.txt.
  • 9a461ca [5.1.x] Fixed #35666 -- Documented stacklevel usage and testing, and adjusted...
  • dd58edc [5.1.x] Refs #35405 -- Adjusted deprecation warning stacklevel in FieldCacheM...
  • 8f5d2c3 [5.1.x] Refs #35326 -- Adjusted deprecation warning stacklevel in FileSystemS...
  • 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 show ignore conditions` will show all of the ignore conditions of the specified dependency - `@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 1 week ago

Coverage Status

coverage: 96.899%. remained the same when pulling 47f0b2fa54b98195fd695052e99af033934bec7c on dependabot/pip/django-5.1.1 into 30ae43e87185b5ee80eb82578f9a27d7600a87d1 on master.