12
12
'date_modified', 'date_approved', 'is_approved')}),
14
14
list_display = ('user', 'date_submitted', 'content_type',
16
16
list_filter = ('date_submitted',)
17
17
date_hierarchy = 'date_submitted'
18
18
search_fields = ('comment', 'user__username')