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
--
Ticket URL: <https://code.djangoproject.com/ticket/32696>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.
* type: Bug => Uncategorized
--
Ticket URL: <https://code.djangoproject.com/ticket/32696#comment:1>
* status: new => closed
* resolution: => invalid
Comment:
Please don't use Trac as a support channel. Closing per
TicketClosingReasons/UseSupportChannels.
--
Ticket URL: <https://code.djangoproject.com/ticket/32696#comment:2>