django-reversion-compare #831
Unanswered
bckohan
asked this question in
Integrations
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
This is from older documentation that may no longer be relevant.
You may need to tweak your admin class to get it to work with django-reversion-compare:
As the compare view resolves the the parent admin, it uses it's base model to find revisions.
This doesn't work, since it needs to look for revisions of the child model. Using this tweak,
the view of the actual child model is used, similar to the way the regular change and delete views
are redirected.
Beta Was this translation helpful? Give feedback.
All reactions