We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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:
The text was updated successfully, but these errors were encountered:
I'm having the same issue. Does anyone know what's causing this?
Sorry, something went wrong.
Maybe related to #12 ?
No branches or pull requests
model inherit from django comments model, get this error:
The text was updated successfully, but these errors were encountered: