- Add simple filtering if provided a minutes argument in
clean_duplicate_history
(gh-606) - Add setting to convert
FileField
toCharField
instead ofTextField
(gh-625) - Added notes on BitBucket Pipelines (gh-627)
- import model
ContentType
inSimpleHistoryAdmin
usingdjango_apps.get_model
to avoid possibleAppRegistryNotReady
exception (gh-630) - Fix
utils.update_change_reason
when user specifies excluded_fields (gh-637) - Changed how
now
is imported fromtimezone
(timezone
module is imported now) (gh-643) - settings.SIMPLE_HISTORY_REVERT_DISABLED if True removes the Revert
button from the history form for all historical models (gh-632))