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
Is your feature request related to a problem? Please describe.
We use extra-settings in our services. Since the access to change the settings is with multiple teammates, we want a way so that we can effectively manage the change in values. Currently django history shows which user has changed which field. Having the ability to log the change in value will be a good enhancement.
Describe the solution you'd like
Currently django logs the change as April 20, 2023, 12:54 p.m. username (name) Changed value_bool.
What it should be April 20, 2023, 12:54 p.m. username (name) Changed value_bool from <old_value> to <new_value>
Describe alternatives you've considered
We can do it in post_save signal and expose a configuration via settings to enable/disable.
We can also do it by overriding construct_change_message method.
Additional context
Upvote & Fund
We're using Polar.sh so you can upvote and help fund this issue.
We receive the funding once the issue is completed & confirmed by you.
Thank you in advance for helping prioritize & fund our backlog.
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
We use extra-settings in our services. Since the access to change the settings is with multiple teammates, we want a way so that we can effectively manage the change in values. Currently django history shows which user has changed which field. Having the ability to log the change in value will be a good enhancement.
Describe the solution you'd like
Currently django logs the change as
April 20, 2023, 12:54 p.m. username (name) Changed value_bool.
What it should be
April 20, 2023, 12:54 p.m. username (name) Changed value_bool from <old_value> to <new_value>
Describe alternatives you've considered
We can do it in post_save signal and expose a configuration via settings to enable/disable.
We can also do it by overriding construct_change_message method.
Additional context
Upvote & Fund
The text was updated successfully, but these errors were encountered: