You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGES.rst
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -32,6 +32,7 @@ Full list of changes:
32
32
- Dropped support for Django 3.1 (gh-952)
33
33
- Dropped support for Python 3.6, which reached end-of-life on 2021-12-23 (gh-946)
34
34
- RecordModels now support a ``no_db_index`` setting, to drop indices in historical models, default stays the same (gh-720)
35
+
- Support change reason formula feature. Change reason formula can be defined by overriding ``get_change_reason_for_object`` method after subclassing ``HistoricalRecords``
0 commit comments