Working on grouping of revision results on item basis and grouping those item-grouped results on date basis
Blocker
I am retrieving the revision object from the history generator, SO in that function itself i could only fetch rev.timestamp and rev.item.name attributes of that revision, When i try to do rev.contenttype or rev.comment, i get an AttributeError: 'StoredRevision' object has no attribute 'contenttype' ? Why is this happening ? Can we fetch those attributes in template only ?
messages
should be possible, see
grep contenttype * global_history.html: <td class="moin-wordbreak">{{ rev.contenttype }}