Opened 3 years ago

Closed 3 years ago

#32696 closed Uncategorized (invalid)

Display Changed Value in History Form Django Admin

Reported by: sumaiaor Owned by: nobody
Component: contrib.admin Version: 3.2
Severity: Normal Keywords:
Cc: Triage Stage: Unreviewed
Has patch: no Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description

Dears,

I am using Django Admin to create certain objects and be able to modify and monitor these objects. One thing I need is to display in Django history table is the following:

  • Changed Column
  • Old value of the changed column only
  • New value of changed column only

I tried to override the save_model function, but I couldn't specify the old and new value of only the changed column, I was able to retrieve the whole object with the new value only.

Is there any way to do that ?

Thank you.

Best Regards,
Sumaia

Change History (2)

comment:1 by sumaiaor, 3 years ago

Type: BugUncategorized

comment:2 by Mariusz Felisiak, 3 years ago

Resolution: invalid
Status: newclosed

Please don't use Trac as a support channel. Closing per TicketClosingReasons/UseSupportChannels.

Note: See TracTickets for help on using tickets.
Back to Top