javrasya / django-river

Django workflow library that supports on the fly changes ⛵
BSD 3-Clause "New" or "Revised" License
741 stars 105 forks source link

display river status details in DetailView #186

Open abd-Hirz opened 3 years ago

abd-Hirz commented 3 years ago

I would like to display some the django-river details in my DetailView. is there a way to fetch this data in my template DetailView.

example: workflow "Draft - approved - closed" who endorse the Draft, date of endorsement who approve the object, date of approval who closed the workflow, date of closure, etc.

This will help a lot in my current project.