Update dependency django-simple-history to v3.4.0
Loading
This MR contains the following updates:
Package | Update | Change |
---|---|---|
django-simple-history (changelog) | minor |
==3.3.0 -> ==3.4.0
|
v3.4.0
history
model permissions explicitly when
SIMPLE_HISTORY_ENFORCE_HISTORY_MODEL_PERMISSIONS
is set to True
in settings
(gh-1017).SimpleHistoryAdmin
not properly integrating with custom user models (gh-1177)bulk_update_with_history()
return the number of model rows updated (gh-1206)HistoryRequestMiddleware
not cleaning up after itself (i.e. deleting
HistoricalRecords.context.request
) under some circumstances (gh-1188)HistoryRequestMiddleware
async-capable (gh-1209)table_name
with inherit=True
(gh-1195)FieldError
when creating historical records for many-to-many fields with
to="self"
(gh-1218)