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

DoesNotExist usind django comments model

Open jedie opened this issue 13 years ago • 2 comments

model inherit from django comments model, get this error:

File "/home/jens/PyLucid_env/src/django-reversion-compare/reversion_compare/admin.py" in get_related
  101.             related = getattr(obj, field_name)
File "/home/jens/PyLucid_env/src/django/django/db/models/fields/related.py" in __get__
  343.                 raise self.field.rel.to.DoesNotExist

Exception Type: DoesNotExist at /admin/pylucid_comments/pylucidcomment/2/history/compare/
Exception Value: 

jedie avatar Jun 04 '12 09:06 jedie

I'm having the same issue. Does anyone know what's causing this?

jianghong avatar Dec 04 '13 21:12 jianghong

Maybe related to https://github.com/jedie/django-reversion-compare/issues/12 ?

jedie avatar Jul 22 '15 13:07 jedie