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

Add compare view to django-reversion for comparing two versions of a reversion model.

Results 32 django-reversion-compare issues
Sort by recently updated
recently updated
newest added

Ignore CVE-2018-20225: We do not use the `--extra-index-url` option

![image](https://github.com/user-attachments/assets/e4999e8e-74c0-4089-89f5-755b6c41cdd9) 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...