django-reversion-compare
django-reversion-compare copied to clipboard
Add compare view to django-reversion for comparing two versions of a reversion model.
Ignore CVE-2018-20225: We do not use the `--extra-index-url` option
 Using django-grappelli (not sure that's related) I can see duplicated object tools from [reversion_compare/templates/reversion-compare/compare_links_partial.html](https://github.com/jedie/django-reversion-compare/blob/7c9f68950634dad8b3c8b28d4e3e58144cc4dd7f/reversion_compare/templates/reversion-compare/compare_links_partial.html#L2) (the previous and next links) in both the header and the main content. From all...