File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -307,8 +307,8 @@ Change Reason
307
307
Change reason is a message to explain why the change was made in the instance. It is stored in the
308
308
field ``history_change_reason `` and its default value is ``None ``.
309
309
310
- By default, the django-simple-history gets the change reason in the field ``_change_reason `` of the instance. Also, is possible to pass
311
- the ``_change_reason `` explicitly. For this, after a save or delete in an instance, is necessary call the
310
+ By default, the django-simple-history gets the change reason in the field ``_change_reason `` of the instance. Also, it is possible to pass
311
+ the ``_change_reason `` explicitly. For this, after a save or delete in an instance, it is necessary to call the
312
312
function ``utils.update_change_reason ``. The first argument of this function is the instance and the second
313
313
is the message that represents the change reason.
314
314
You can’t perform that action at this time.
0 commit comments