jazzband / django-simple-history

Store model history and view/revert changes from admin site.
https://django-simple-history.readthedocs.org
BSD 3-Clause "New" or "Revised" License
2.22k stars 480 forks source link

Possible solution for admin inlines #1415

Open tomH01 opened 1 month ago

tomH01 commented 1 month ago

My company uses simple history as well. I found a solution to display the correct inlines in the admin (sketched below). If you are interested in the solution, I would obtain approval from my company to contribute the solution. However, the solutions has some workarounds that would be nice to be replaced firstly:

Solution Overview

Prerequisites: