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.4.0 to 3.5.0 #718

Closed dependabot[bot] closed 3 months ago

dependabot[bot] commented 4 months ago

Bumps django-simple-history from 3.4.0 to 3.5.0.

Release notes

Sourced from django-simple-history's releases.

Release 3.5.0

What's Changed

New Contributors

Full Changelog: https://github.com/jazzband/django-simple-history/compare/3.4.0...3.5.0

Changelog

Sourced from django-simple-history's changelog.

3.5.0 (2024-02-19)

  • Fixed FieldError when creating historical records for many-to-many fields with to="self" (gh-1218)
  • Allow HistoricalRecords.m2m_fields as str (gh-1243)
  • Fixed HistoryRequestMiddleware deleting non-existent HistoricalRecords.context.request in very specific circumstances (gh-1256)
  • Added custom_historical_attrs to bulk_create_with_history() and bulk_update_with_history() for setting additional fields on custom history models (gh-1248)
  • Passing an empty list as the fields argument to bulk_update_with_history() is now allowed; history records will still be created (gh-1248)
  • Added temporary requirement on asgiref>=3.6 while the minimum required Django version is lower than 4.2 (gh-1261)
  • Small performance optimization of the clean-duplicate_history command (gh-1015)
  • Support Simplified Chinese translation (gh-1281)
  • Added support for Django 5.0 (gh-1283)
  • Added support for Python 3.13 (gh-1289)
Commits


Dependabot compatibility score

You can trigger a rebase of this PR 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 show ignore conditions` will show all of the ignore conditions of the specified dependency - `@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)

Note Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

codecov[bot] commented 4 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 88.15%. Comparing base (43c6a2a) to head (d3bbee7).

Additional details and impacted files [![Impacted file tree graph](https://app.codecov.io/gh/MAKENTNU/web/pull/718/graphs/tree.svg?width=650&height=150&src=pr&token=EL6fslS1y2&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=MAKENTNU)](https://app.codecov.io/gh/MAKENTNU/web/pull/718?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=MAKENTNU) ```diff @@ Coverage Diff @@ ## dev #718 +/- ## ======================================= Coverage 88.15% 88.15% ======================================= Files 152 152 Lines 6188 6188 ======================================= Hits 5455 5455 Misses 733 733 ```