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-simple-history from 3.1.1 to 3.2.0 #576

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 1 year ago

Bumps django-simple-history from 3.1.1 to 3.2.0.

Release notes

Sourced from django-simple-history's releases.

3.2.0

What's Changed

New Contributors

Full Changelog: https://github.com/jazzband/django-simple-history/compare/3.1.1...3.2.0

Changelog

Sourced from django-simple-history's changelog.

Changes

Unreleased

  • Fixed typos in the docs
  • Removed n+1 query from bulk_create_with_history utility (gh-975)
  • Started using exists query instead of count in populate_history command (gh-982)
  • Add basic support for many-to-many fields (gh-399)
  • Added support for Django 4.1 (gh-1021)
  • Added tracked_fields attribute to historical models (gh-1038)
  • Fixed KeyError when running clean_duplicate_history on models with excluded_fields (gh-1038)
  • Added support for Python 3.11 (gh-1053)
Commits
  • 7042a64 Merge pull request #932 from thijskramer/m2m-support
  • 603c7e3 Merge branch 'master' into m2m-support
  • 529dbe2 Merge pull request #1022 from hramezani/pre-commit
  • c02aabc Merge branch 'master' into pre-commit
  • 2e26a46 Merge pull request #1024 from jazzband/dependabot/pip/requirements/flake8-5.0.4
  • 7e2ab35 Merge pull request #1029 from jazzband/dependabot/pip/requirements/coverage-6...
  • 5bd1a3f Remove remaining code from Django 3.1
  • 5ae28fb Added support for Django 4.1
  • baa2c82 Merge pull request #1011 from bheesham/fix-code-block-documentation
  • da87d37 Merge pull request #1026 from jazzband/pre-commit-ci-update-config
  • 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 #576 (6f57298) into dev (e792a84) will not change coverage. The diff coverage is n/a.

@@           Coverage Diff           @@
##              dev     #576   +/-   ##
=======================================
  Coverage   87.76%   87.76%           
=======================================
  Files         133      133           
  Lines        5572     5572           
=======================================
  Hits         4890     4890           
  Misses        682      682           

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