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.0.0 to 3.1.1 #2786

Closed

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github May 12, 2022

Bumps django-simple-history from 3.0.0 to 3.1.1.

Release notes

Sourced from django-simple-history's releases.

Release 3.1.1

What's Changed

Full Changelog: jazzband/django-simple-history@3.1.0...3.1.1

Release 3.1.0

Breaking Changes

  • Dropped support for Django 2.2 (gh-968)
  • Dropped support for Django 3.1 (gh-952)
  • Dropped support for Python 3.6, which reached end-of-life on 2021-12-23 (gh-946)

Upgrade Implications

  • Run makemigrations after upgrading to realize the benefit of indexing changes.

Full list of changes

  • Added queryset-based filtering with as_of (gh-397)
  • Added index on history_date column; opt-out with setting SIMPLE_HISTORY_DATE_INDEX (gh-565)
  • RecordModels now support a no_db_index setting, to drop indices in historical models, default stays the same (gh-720)
  • Support included_fields for history.diff_against (gh-776)
  • Improve performance of history.diff_against by reducing number of queries to 0 in most cases (gh-776)
  • Fixed prev_record and next_record performance when using excluded_fields (gh-791)
  • Fixed update_change_reason in pk (gh-806)
  • Fixed bug where serializer of djangorestframework crashed if used with OrderingFilter (gh-821)
  • Fixed make format so it works by using tox (gh-859)
  • Fixed bug where latest() is not idempotent for identical history_date records (gh-861)
  • Added excluded_field_kwargs to support custom OneToOneField that have additional arguments that don't exist on ForeignKey. (gh-870)
  • Added Czech translations (gh-885)
  • Added ability to break into debugger on unit test failure (gh-890)
  • Added pre-commit for better commit quality (gh-896)
  • Russian translations update (gh-897)
  • Added support for Django 4.0 (gh-898)
  • Added Python 3.10 to test matrix (gh-899)
  • Fix bug with history.diff_against with non-editable fields (gh-923)
  • Added HistoricForeignKey (gh-940)
  • Support change reason formula feature. Change reason formula can be defined by overriding get_change_reason_for_object method after subclassing HistoricalRecords (gh-962)
Changelog

Sourced from django-simple-history's changelog.

3.1.1 (2022-04-23)

Full list of changes:

  • Fix py36 references in pyproject.toml (gh-960)
  • Fix local setup.py install versioning issue (gh-960)
  • Remove py2 universal wheel cfg - only py3 needed now (gh-960)

3.1.0 (2022-04-09)

Breaking Changes:

  • Dropped support for Django 2.2 (gh-968)
  • Dropped support for Django 3.1 (gh-952)
  • Dropped support for Python 3.6, which reached end-of-life on 2021-12-23 (gh-946)

Upgrade Implications:

  • Run makemigrations after upgrading to realize the benefit of indexing changes.

Full list of changes:

  • Added queryset-based filtering with as_of (gh-397)
  • Added index on history_date column; opt-out with setting SIMPLE_HISTORY_DATE_INDEX (gh-565)
  • RecordModels now support a no_db_index setting, to drop indices in historical models, default stays the same (gh-720)
  • Support included_fields for history.diff_against (gh-776)
  • Improve performance of history.diff_against by reducing number of queries to 0 in most cases (gh-776)
  • Fixed prev_record and next_record performance when using excluded_fields (gh-791)
  • Fixed update_change_reason in pk (gh-806)
  • Fixed bug where serializer of djangorestframework crashed if used with OrderingFilter (gh-821)
  • Fixed make format so it works by using tox (gh-859)
  • Fixed bug where latest() is not idempotent for identical history_date records (gh-861)
  • Added excluded_field_kwargs to support custom OneToOneField that have additional arguments that don't exist on ForeignKey. (gh-870)
  • Added Czech translations (gh-885)
  • Added ability to break into debugger on unit test failure (gh-890)
  • Added pre-commit for better commit quality (gh-896)
  • Russian translations update (gh-897)
  • Added support for Django 4.0 (gh-898)
  • Added Python 3.10 to test matrix (gh-899)
  • Fix bug with history.diff_against with non-editable fields (gh-923)
  • Added HistoricForeignKey (gh-940)
  • Support change reason formula feature. Change reason formula can be defined by overriding get_change_reason_for_object method after subclassing HistoricalRecords (gh-962)
Commits
  • 720fd8a prepare for 3.1.1 and remove py2 universal wheel
  • bfc5204 fix project metadata to fix install issues
  • b278479 update CHANGES to prepare for 3.1.0
  • 86676d8 [pre-commit.ci] pre-commit autoupdate
  • 0204a26 Bump tox from 3.24.5 to 3.25.0 in /requirements
  • eea2dd0 Bump sphinx from 4.4.0 to 4.5.0 in /requirements
  • fa2d882 Dropped support for Django 2.2
  • b6c473e Bump black from 22.1.0 to 22.3.0 in /requirements
  • 0b8463f [pre-commit.ci] pre-commit autoupdate
  • 9a61286 Add to CHANGES.rst
  • 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)

@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels May 12, 2022
@dependabot dependabot bot force-pushed the dependabot/pip/django-simple-history-3.1.1 branch 3 times, most recently from da70efa to 7714a9c Compare June 13, 2022 06:42
@dependabot dependabot bot force-pushed the dependabot/pip/django-simple-history-3.1.1 branch from 7714a9c to a7e9c67 Compare June 29, 2022 13:17
@atodorov atodorov added the DO NOT MERGE Do not merge until this label is removed label Jun 29, 2022
@dependabot dependabot bot force-pushed the dependabot/pip/django-simple-history-3.1.1 branch 2 times, most recently from 67d6a10 to e086e8b Compare July 11, 2022 08:25
@dependabot dependabot bot force-pushed the dependabot/pip/django-simple-history-3.1.1 branch from e086e8b to c0a5653 Compare July 20, 2022 19:41
@dependabot dependabot bot force-pushed the dependabot/pip/django-simple-history-3.1.1 branch from c0a5653 to ff373e4 Compare July 28, 2022 07:05
@dependabot dependabot bot force-pushed the dependabot/pip/django-simple-history-3.1.1 branch from ff373e4 to 7235007 Compare August 8, 2022 12:49
@atodorov
Copy link
Member

atodorov commented Aug 8, 2022

@dependabot dependabot bot force-pushed the dependabot/pip/django-simple-history-3.1.1 branch from 7235007 to 425bd6b Compare August 15, 2022 09:53
Bumps [django-simple-history](https://github.com/jazzband/django-simple-history) from 3.0.0 to 3.1.1.
- [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.0.0...3.1.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/pip/django-simple-history-3.1.1 branch from 425bd6b to b77ad00 Compare September 7, 2022 10:20
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Nov 8, 2022

Superseded by #2971.

@dependabot dependabot bot closed this Nov 8, 2022
@dependabot dependabot bot deleted the dependabot/pip/django-simple-history-3.1.1 branch November 8, 2022 03:06
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 DO NOT MERGE Do not merge until this label is removed python Pull requests that update Python code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant