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.3 to ~=3.4 #1468

Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 17, 2023

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

Release notes

Sourced from django-simple-history's releases.

Release 3.4.0

What's Changed

New Contributors

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

Changelog

Sourced from django-simple-history's changelog.

3.4.0 (2023-08-18)

  • Fixed typos in the docs
  • Added feature to evaluate history model permissions explicitly when SIMPLE_HISTORY_ENFORCE_HISTORY_MODEL_PERMISSIONS is set to True in settings (gh-1017).
  • Fixed SimpleHistoryAdmin not properly integrating with custom user models (gh-1177)
  • Support Indonesian translation (gh-1198)
  • Support Urdu translation (gh-1199)
  • Support Norwegian Bokmål translation (gh-1210)
  • Dropped support for Python 3.7, which reached end-of-life on 2023-06-27 (gh-1202)
  • Dropped support for Django 4.0, which reached end-of-life on 2023-04-01 (gh-1202)
  • Added support for Django 4.2 (gh-1202)
  • Made bulk_update_with_history() return the number of model rows updated (gh-1206)
  • Fixed HistoryRequestMiddleware not cleaning up after itself (i.e. deleting HistoricalRecords.context.request) under some circumstances (gh-1188)
  • Made HistoryRequestMiddleware async-capable (gh-1209)
  • Fixed error when setting table_name with inherit=True (gh-1195)
  • Fixed FieldError when creating historical records for many-to-many fields with to="self" (gh-1218)

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)

... (truncated)

Commits
  • 2d0fea3 Merge pull request #1230 from jazzband/prepare-3.4.0
  • 4dd64fb Prepare for release 3.4.0
  • 69f3252 Made all Project-Id-Version strings consistent
  • 36e7a4f Updated some badge links in README + docs
  • ebc6048 Bump tox from 4.8.0 to 4.9.0 in /requirements (#1228)
  • 9fe4997 Bump coverage from 7.2.7 to 7.3.0 in /requirements (#1226)
  • 951afab Bump tox from 4.7.0 to 4.8.0 in /requirements (#1227)
  • a75ec47 Fix: Error when setting table name with inherit (#1196)
  • f2e028c Bump tox from 4.6.4 to 4.7.0 in /requirements (#1225)
  • 010e400 Bump psycopg2-binary from 2.9.6 to 2.9.7 in /requirements (#1224)
  • 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 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)

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.3.0...3.4.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Oct 17, 2023
@rolandgeider rolandgeider merged commit adec7fa into master Oct 20, 2023
5 checks passed
@dependabot dependabot bot deleted the dependabot/pip/django-simple-history-approx-eq-3.4 branch October 20, 2023 12: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 python Pull requests that update Python code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant