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 }}

MoinMoin: AkashSinha/Gsoc2011Diary/2011-06-02 (last edited 2011-06-02 14:44:41 by ReimarBauer)