Exemple #1
0
 def get_revision_history(self):
     """Return the revision history of the current context
     """
     chv = ContentHistoryView(self.context, self.request)
     return chv.revisionHistory()