Skip to content

Update django-simple-history requirement from ~=2.10.0 to ~=3.0.0 in /config#285

Open
dependabot-preview[bot] wants to merge 1 commit intomasterfrom
dependabot/pip/config/django-simple-history-approx-eq-3.0.0
Open

Update django-simple-history requirement from ~=2.10.0 to ~=3.0.0 in /config#285
dependabot-preview[bot] wants to merge 1 commit intomasterfrom
dependabot/pip/config/django-simple-history-approx-eq-3.0.0

Conversation

@dependabot-preview
Copy link
Copy Markdown
Contributor

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

Release notes

Sourced from django-simple-history's releases.

Release 3.0.0

Breaking changes:

  • Removed support for Django 3.0
  • Removed changeReason in favor of _change_reason (see 2.10.0)

Full list of changes:

  • Removed support for Django versions prior to 2.2 (gh-652)
  • Migrate from TravisCI to Github Actions (gh-739)
  • Add Python 3.9 support (gh-745)
  • Support ignore_conflicts in bulk_create_with_history (gh-733)
  • Use asgiref when available instead of thread locals (gh-747)
  • Sort imports with isort (gh-751)
  • Queryset history.as_of speed improvements by calculating in the DB (gh-758)
  • Increase black and isort python version to 3.6 (gh-817)
  • Remove Django 3.0 support (gh-817)
  • Add Django 3.2 support (gh-817)
  • Improve French translations (gh-811)
  • Remove support for changeReason (gh-819)
Changelog

Sourced from django-simple-history's changelog.

3.0.0 (2021-04-16)

Breaking changes:

  • Removed support for Django 3.0
  • Removed changeReason in favor of _change_reason (see 2.10.0)

Full list of changes:

  • Removed support for Django versions prior to 2.2 (gh-652)
  • Migrate from TravisCI to Github Actions (gh-739)
  • Add Python 3.9 support (gh-745)
  • Support ignore_conflicts in bulk_create_with_history (gh-733)
  • Use asgiref when available instead of thread locals (gh-747)
  • Sort imports with isort (gh-751)
  • Queryset history.as_of speed improvements by calculating in the DB (gh-758)
  • Increase black and isort python version to 3.6 (gh-817)
  • Remove Django 3.0 support (gh-817)
  • Add Django 3.2 support (gh-817)
  • Improve French translations (gh-811)
  • Remove support for changeReason (gh-819)

2.12.0 (2020-10-14)

  • Add default date to bulk_create_with_history and bulk_update_with_history (gh-687)
  • Exclude ManyToManyFields when using bulk_create_with_history (gh-699)
  • Added --excluded_fields argument to clean_duplicate_history command (gh-674)
  • Exclude ManyToManyFields when fetching excluded fields (gh-707)
  • Use default model manager for bulk_create_with_history and bulk_update_with_history instead of objects (gh-703)
  • Add optional manager argument to bulk_update_with_history to use instead of the default manager (gh-703)
  • Add support for Django 3.1 (gh-713)
  • Fix a bug with clean_old_history command's --days argument (gh-722)

* NOTE: This will be the last minor release before 3.0.0.

2.11.0 (2020-06-20)

  • Added clean_old_history management command (gh-675)
  • Added user_db_constraint param to history to avoid circular reference on delete (gh-676)
  • Leverages get_user from HistoricalRecords in order to set a fallback user on bulk update and bulk create (gh-677)

2.10.0 (2020-04-27)

  • Added bulk_update_with_history utility function (gh-650)
  • Add default user and default change reason to bulk_create_with_history and bulk_update_with_history (gh-653)
  • Add french translation (gh-654)

... (truncated)

Commits
  • df66df4 fix title underline (#820)
  • 67c7c43 Remove changeReason and update CHANGES to prepare for 3.0.0 (#819)
  • c888fcf Bump flake8 from 3.9.0 to 3.9.1 in /requirements (#818)
  • 02d0e9b Bump sphinx from 3.5.3 to 3.5.4 in /requirements (#815)
  • 723462c Improve French translations (#811)
  • d288869 Add Django 3.2 support.
  • d46fe6f Remove Django 3.0 support.
  • b23bad4 Increase black and isort python version to 3.6.
  • b07bd50 Remove Python 3.5 from doc.
  • 3b2d2c5 Bump isort from 5.7.0 to 5.8.0 in /requirements (#809)
  • 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)
  • @dependabot use these labels will set the current labels as the default for future PRs for this repo and language
  • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
  • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
  • @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language
  • @dependabot badge me will comment on this PR with code to add a "Dependabot enabled" badge to your readme

Additionally, you can set the following in your Dependabot dashboard:

  • Update frequency (including time of day and day of week)
  • Pull request limits (per update run and/or open at any time)
  • Automerge options (never/patch/minor, and dev/runtime dependencies)
  • Out-of-range updates (receive only lockfile updates, if desired)
  • Security updates (receive only security updates, if desired)

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](django-commons/django-simple-history@2.10.0...3.0.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

F7-dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants