django-reversion-compare icon indicating copy to clipboard operation
django-reversion-compare copied to clipboard

Inclusion of TabularInline when comparing.

Open edoswaldgo opened this issue 9 years ago • 2 comments
trafficstars

I would like to ask if it is possible to include the TabularInlines when comparing? If yes, may I know if there's an example for it?

No. But you will see ForeignKey...

edoswaldgo avatar Feb 10 '16 12:02 edoswaldgo

I second this

keyvanm avatar Nov 20 '19 00:11 keyvanm

I achieved this by writing a custom frontend to show the inline changes as well. The trick is that each revision on the main model is also linked to the changes (versions) on the inline model. Using this you can find the inline version and load the comparison on it.

keyvanm avatar Nov 21 '19 03:11 keyvanm