Update dependency django-simple-history to v3.4.0
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
- Fixed typos in the docs
- Added feature to evaluate
historymodel permissions explicitly whenSIMPLE_HISTORY_ENFORCE_HISTORY_MODEL_PERMISSIONSis set toTrueinsettings(gh-1017). - Fixed
SimpleHistoryAdminnot 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
HistoryRequestMiddlewarenot cleaning up after itself (i.e. deletingHistoricalRecords.context.request) under some circumstances (gh-1188) - Made
HistoryRequestMiddlewareasync-capable (gh-1209) - Fixed error when setting
table_namewithinherit=True(gh-1195) - Fixed
FieldErrorwhen creating historical records for many-to-many fields withto="self"(gh-1218)
Configuration
-
If you want to rebase/retry this MR, check this box