sehmaschine / django-grappelli

A jazzy skin for the Django Admin-Interface (official repository).
http://www.grappelliproject.com
Other
3.77k stars 657 forks source link

update django-reversion template #971

Closed dandicocco closed 3 years ago

dandicocco commented 3 years ago

Reversion 3.0.0 includes a breaking change in which Revision.comment now returns the raw JSON change message rather than a string, making for ugly object history comments. New method Revision.get_comment is now the recommended implementation. Grappelli's own version of Reversion's object_history.html still uses Revision.comment.

sehmaschine commented 3 years ago

Thanks for the heads up. We'll take a look at a PR if someone wants to submit one (we generally do not follow 3rd-party upddate and we do not use Revision ourselves).