Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Merged
merged 1 commit into from Mar 3, 2023

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 27, 2023

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)

Bumps [django-cleanup](https://github.com/un1t/django-cleanup) from 6.0.0 to 7.0.0.
- [Release notes](https://github.com/un1t/django-cleanup/releases)
- [Changelog](https://github.com/un1t/django-cleanup/blob/master/CHANGELOG.md)
- [Commits](un1t/django-cleanup@6.0.0...7.0.0)

---
updated-dependencies:
- dependency-name: django-cleanup
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Feb 27, 2023
@codecov
Copy link

codecov bot commented Feb 27, 2023

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.

@ddabble ddabble merged commit be72a78 into dev Mar 3, 2023
@dependabot dependabot bot deleted the dependabot/pip/dev/django-cleanup-7.0.0 branch March 3, 2023 16:08
@ddabble ddabble mentioned this pull request Mar 15, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file python Pull requests that update Python code
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

None yet

1 participant