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

Bump django-simple-history from 3.3.0 to 3.6.0 #2199

Closed

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github May 27, 2024

⚠️ Dependabot is rebasing this PR ⚠️

Rebasing might not happen immediately, so don't worry if this takes some time.

Note: if you make any changes to this PR yourself, they will take precedence over the rebase.


Bumps django-simple-history from 3.3.0 to 3.6.0.

Release notes

Sourced from django-simple-history's releases.

Release 3.6.0

What's Changed

Documented changes

Merged PRs

New Contributors

Full Changelog: jazzband/django-simple-history@3.5.0...3.6.0

Release 3.5.0

What's Changed

Documented changes

Merged PRs

New Contributors

Full Changelog: jazzband/django-simple-history@3.4.0...3.5.0

Release 3.4.0

What's Changed

... (truncated)

Changelog

Sourced from django-simple-history's changelog.

3.6.0 (2024-05-26)

  • Support custom History Manager and QuerySet classes (gh-1280)
  • Renamed the (previously internal) admin template simple_history/_object_history_list.html to simple_history/object_history_list.html, and added the field SimpleHistoryAdmin.object_history_list_template for overriding it (gh-1128)
  • Deprecated the undocumented template tag simple_history_admin_list.display_list(); it will be removed in version 3.8 (gh-1128)
  • Added SimpleHistoryAdmin.get_history_queryset() for overriding which QuerySet is used to list the historical records (gh-1128)
  • Added SimpleHistoryAdmin.get_history_list_display() which returns history_list_display by default, and made the latter into an actual field (gh-1128)
  • ModelDelta and ModelChange (in simple_history.models) are now immutable dataclasses; their signatures remain unchanged (gh-1128)
  • ModelDelta's changes and changed_fields are now sorted alphabetically by field name. Also, if ModelChange is for an M2M field, its old and new lists are sorted by the related object. This should help prevent flaky tests. (gh-1128)
  • diff_against() has a new keyword argument, foreign_keys_are_objs; see usage in the docs under "History Diffing" (gh-1128)
  • Added a "Changes" column to SimpleHistoryAdmin's object history table, listing the changes between each historical record of the object; see the docs under "Customizing the History Admin Templates" for overriding its template context (gh-1128)
  • Fixed the setting SIMPLE_HISTORY_ENABLED = False not preventing M2M historical records from being created (gh-1328)
  • For history-tracked M2M fields, adding M2M objects (using add() or set()) used to cause a number of database queries that scaled linearly with the number of objects; this has been fixed to now be a constant number of queries (gh-1333)

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)

... (truncated)

Commits
  • 3854269 Bump coverage from 7.5.1 to 7.5.2 in /requirements (#1346)
  • aa2bb71 Prepare for release 3.6.0 (#1345)
  • af81e4f Bump tox from 4.11.3 to 4.15.0 in /requirements (#1342)
  • be798aa Bump tox-gh-actions from 3.1.3 to 3.2.0 in /requirements (#1343)
  • 7c6ee08 Bump coverage from 7.3.2 to 7.5.1 in /requirements (#1341)
  • 235f208 Bump mysqlclient from 2.2.0 to 2.2.4 in /requirements (#1340)
  • b9d1e87 Bump sphinx from 7.2.6 to 7.3.7 in /requirements (#1337)
  • e6fc7ae Bump sphinx-rtd-theme from 1.3.0 to 2.0.0 in /requirements (#1338)
  • 4863536 Bump isort from 5.12.0 to 5.13.2 in /requirements (#1336)
  • 90dde0b Bump flake8 from 6.1.0 to 7.0.0 in /requirements (#1335)
  • 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 show <dependency name> 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)

@dependabot dependabot bot requested a review from a team as a code owner May 27, 2024 22:31
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels May 27, 2024
@dependabot dependabot bot force-pushed the dependabot/pip/django-simple-history-3.6.0 branch from 5934917 to 837d559 Compare May 28, 2024 10:43
Bumps [django-simple-history](https://github.com/jazzband/django-simple-history) from 3.3.0 to 3.6.0.
- [Release notes](https://github.com/jazzband/django-simple-history/releases)
- [Changelog](https://github.com/jazzband/django-simple-history/blob/master/CHANGES.rst)
- [Commits](jazzband/django-simple-history@3.3.0...3.6.0)

---
updated-dependencies:
- dependency-name: django-simple-history
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/pip/django-simple-history-3.6.0 branch from 837d559 to 09052b8 Compare May 28, 2024 10:47
@vigneshhari vigneshhari closed this Jun 2, 2024
Copy link
Contributor Author

dependabot bot commented on behalf of github Jun 2, 2024

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@dependabot dependabot bot deleted the dependabot/pip/django-simple-history-3.6.0 branch June 2, 2024 12:55
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
None yet
Development

Successfully merging this pull request may close these issues.

1 participant