MAKENTNU / web

The website of the student organization MAKE NTNU, built with Django.
https://makentnu.no
MIT License
9 stars 5 forks source link

⬆(deps): Bump django-cleanup from 6.0.0 to 7.0.0 #600

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 1 year ago

Bumps django-cleanup from 6.0.0 to 7.0.0.

Changelog

Sourced from django-cleanup's changelog.

[7.0.0] - 2023-02-11

Added

  • Run tests for django 4.1.
  • Run tests on python 3.11 with django 4.1.
  • Select mode, with the ability to only cleanup selected models using a select decorator. Resolves issue #75 for @​daviddavis.
  • Documentation on the known limitations of referencing a file by multiple model instances. Resolves issue #98 for @​Grosskopf

Changed

  • Pass more data to the cleanup_pre_delete and cleanup_post_delete signals. Resolves issue #96 for @​NadavK.

Removed

  • Dropped support for django 2.2 and python 3.5.
Commits
  • 2bc1a08 Merge pull request #95 from un1t/feature/7.0
  • f40c07c updates for release
  • 31816fe some final changes
  • a13ae5e add signal tests and update readme
  • eab3ae7 update change log
  • 80a35e7 add error to post signal
  • cfea4ff send more info with signals
  • cd76d04 update structure and add selected config tests
  • d19c2ea propagate value from matrix with fallback
  • 2cce22b try putting python 2.6 on ubuntu 20.04
  • 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)
codecov[bot] commented 1 year ago

Codecov Report

Merging #600 (476ed87) into dev (e6e01c8) will not change coverage. The diff coverage is n/a.

@@           Coverage Diff           @@
##              dev     #600   +/-   ##
=======================================
  Coverage   87.71%   87.71%           
=======================================
  Files         134      134           
  Lines        5585     5585           
=======================================
  Hits         4899     4899           
  Misses        686      686           

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.