How to extend django admin history log and add custom fields?

390 Views Asked by At

I want to add custom fields in django admin history log.

How do i extend the admin

ModelAdmin.history_view(request, object_id, extra_context=None)

0

There are 0 best solutions below