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

Update django-simple-history requirement from ~=3.2 to ~=3.3 #1273

Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 10, 2023

Updates the requirements on django-simple-history to permit the latest version.

Release notes

Sourced from django-simple-history's releases.

Release 3.3.0

What's Changed

New Contributors

Full Changelog: jazzband/django-simple-history@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)

3.2.0 (2022-09-28)

  • 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)

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)

... (truncated)

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 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)

Updates the requirements on [django-simple-history](https://github.com/jazzband/django-simple-history) to permit the latest version.
- [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.2.0...3.3.0)

---
updated-dependencies:
- dependency-name: django-simple-history
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Mar 10, 2023
@rolandgeider rolandgeider merged commit ece4014 into master Mar 15, 2023
@dependabot dependabot bot deleted the dependabot/pip/django-simple-history-approx-eq-3.3 branch March 15, 2023 13:33
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.

None yet

1 participant