Skip to content

Update dependency django-simple-history to v3.4.0

Renovate Bot requested to merge renovate/django-simple-history-3.x into main

This MR contains the following updates:

Package Update Change
django-simple-history (changelog) minor ==3.3.0 -> ==3.4.0

Release Notes

jazzband/django-simple-history (django-simple-history)

v3.4.0

Compare Source

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

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever MR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this MR and you won't be reminded about this update again.


  • If you want to rebase/retry this MR, check this box

Merge request reports