HI,
In Django admin application there is a history page, which shows the modification history for a given model. In different models the changes field shown differently: action or comment. Cannot add pics, so here is the link to the pic: Django Classes in Pune Is it possible to change the comment to action, because it is not properly displays modifications. Why is the comments has different format of messaging. We are not using any external packages like simple-history etc. It is just default logging Django. We couldn't find any information about overwriting the history block of admin app. And in the code nowhere specified comment or action. Please Help.