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.2.0 to 3.3.0 #613

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 1 year ago

Bumps django-simple-history from 3.2.0 to 3.3.0.

Release notes

Sourced from django-simple-history's releases.

Release 3.3.0

What's Changed

New Contributors

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

Changelog

Sourced from django-simple-history's changelog.

3.3.0 (2023-03-08)

  • Made it possible to use the new m2m_fields with model inheritance (gh-1042)
  • Added two signals: pre_create_historical_m2m_records and post_create_historical_m2m_records (gh-1042)
  • 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)
  • Added Arabic translations (gh-1056)
  • Fixed a code example under "Tracking many to many relationships" (gh-1069)
  • Added a --base-manager option to the clean_duplicate_history management command (gh-1115)
Commits
  • 6a849ce Merge pull request #1139 from jazzband/prepare-3.3.0
  • a83fb5f Prepared for release 3.3.0
  • 9e64b31 Bump coverage from 7.2.0 to 7.2.1 in /requirements (#1136)
  • 0c7abf8 Bump coverage from 7.1.0 to 7.2.0 in /requirements (#1134)
  • eeea6bf Merge pull request #1130 from jazzband/dependabot/pip/requirements/tox-4.4.6
  • ce84402 Ensured lines don't exceed max length of 88
  • 196ec68 Bump tox from 4.4.5 to 4.4.6 in /requirements
  • 018099c Merge pull request #1124 from ddabble/fix/failing-tests
  • 79182d6 Merge pull request #1125 from jazzband/dependabot/pip/requirements/tox-4.4.5
  • fdee87c [pre-commit.ci] auto fixes from pre-commit.com hooks
  • 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)