alaruss

Results 2 comments of alaruss

Hello, I fixed this by changing https://github.com/jedie/django-reversion-compare/blob/master/reversion_compare/compare.py#L46 to: `self.value = version_record.field_dict.get(getattr(field, 'attname', field_name), DOES_NOT_EXIST)` And removing this if statement: https://github.com/jedie/django-reversion-compare/blob/master/reversion_compare/compare.py#L92 Frankly, I can't get why in case of the ForeignKey...

@jedie Something like this #100