django-reversion-compare
django-reversion-compare copied to clipboard
Inclusion of TabularInline when comparing.
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...
I second this
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.