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
history
model permissions explicitly whenSIMPLE_HISTORY_ENFORCE_HISTORY_MODEL_PERMISSIONS
is set toTrue
insettings
(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. deletingHistoricalRecords.context.request
) under some circumstances (gh-1188) - Made
HistoryRequestMiddleware
async-capable (gh-1209) - Fixed error when setting
table_name
withinherit=True
(gh-1195) - Fixed
FieldError
when creating historical records for many-to-many fields withto="self"
(gh-1218)
Configuration
-
If you want to rebase/retry this MR, check this box
Merge request reports
Activity
Please register or sign in to reply