I would like to change the default behavior of how the admin recent changes sidebar displays the name of \"objects\" added. Refer to the picture below:
You need to define, which column that you want to display...
for example:
class POAdmin(admin.ModelAdmin): list_display = ('qty', 'cost', 'total')