mdn / kuma

The project that powers MDN.
https://developer.mozilla.org
Mozilla Public License 2.0
1.93k stars 679 forks source link

Bump django-waffle from 0.20.0 to 2.2.0 #7909

Closed dependabot[bot] closed 3 years ago

dependabot[bot] commented 3 years ago

Bumps django-waffle from 0.20.0 to 2.2.0.

Release notes

Sourced from django-waffle's releases.

v2.2.0

  • Added support for Django 3.2
  • Updated documentation for custom flag models
  • Updated Russian translations

v2.1.0

  • Added test support for PowerPC
  • Fixed caching of auto-created missing flags
  • Fix bug in flag_membership_changed signal handler

v2.0.0

  • Add support for Django 3.1
  • Remove support for Django 1.11, 2.0, 2.1
  • Caching auto-created missing flags, switches, and samples

v1.0.0

  • Removed Python 2.7 compatibility code
  • Fixed typo in docs example
  • Documented WAFFLE_TEST_COOKIE
Changelog

Sourced from django-waffle's changelog.

v2.2.0

  • Added support for Django 3.2
  • Updated documentation for custom flag models
  • Updated Russian translations

v2.1.0

  • Added test support for PowerPC
  • Fixed caching of auto-created missing flags
  • Fix bug in flag_membership_changed signal handler

v2.0.0

  • Add support for Django 3.1
  • Remove support for Django 1.11, 2.0, 2.1
  • Caching auto-created missing flags, switches, and samples

v1.0.0

  • Removed Python 2.7 compatibility code
  • Fixed typo in docs example
  • Documented WAFFLE_TEST_COOKIE
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)
codecov-commenter commented 3 years ago

Codecov Report

Merging #7909 (424feed) into master (c705739) will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master    #7909   +/-   ##
=======================================
  Coverage   83.53%   83.53%           
=======================================
  Files         131      131           
  Lines        5498     5498           
  Branches      463      463           
=======================================
  Hits         4593     4593           
  Misses        800      800           
  Partials      105      105           

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update c705739...424feed. Read the comment docs.

dependabot[bot] commented 3 years ago

Superseded by #7933.