use `python-simple-history`

for i in review.history.all():
    print(i.history_change_reason, i.date_updated)