We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9a142a4 commit f1fe59fCopy full SHA for f1fe59f
readthedocs/comments/admin.py
@@ -13,7 +13,7 @@ class DocumentNodeAdmin(admin.ModelAdmin):
13
search_fields = ('id', 'document')
14
list_filter = ('project__name',)
15
raw_id_fields = ('project', 'version')
16
- list_display = ('__unicode__', 'latest_hash', 'latest_commit')
+ list_display = ('latest_hash', 'latest_commit')
17
inlines = (SnapshotAdmin,)
18
19
0 commit comments