How to see the recent changes along with model/table names,
Opened this issue · 4 comments
This seems to be an issue with delete
events, as other events are showing.
There seems to be explicit logic to ignore which model change for delete events:
django-jazzmin/jazzmin/templates/admin/index.html
Lines 107 to 120 in 999d769
Maybe @farridav know more behind the reasoning for this.
I think that the Django version at the time had either no information for deleted events, or it was largely useless.
That said, I'm not against us restoring this, we will just need to ensure that it renders correctly and makes sense finally Django versions..
@farridav @jamesgilmorelyst The issue is not only with deleted events; changing events also only provide a hyperlink without indicating the table in which the change occurred. To determine this, we must open the hyperlink and view the row details page. Can you please make the changes to show the table names also in all recent action events?
Sure, the goal is to enhance the stock admin, so we will aim to replicate the Django default behaviour and not degrade it