We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 81ed02b commit f0cf4b5Copy full SHA for f0cf4b5
readthedocs/builds/admin.py
@@ -14,7 +14,7 @@ class BuildCommandResultInline(admin.TabularInline):
14
15
class BuildAdmin(admin.ModelAdmin):
16
fields = ('project', 'version', 'type', 'state', 'success', 'length')
17
- list_display = ('project', 'success', 'type', 'state')
+ list_display = ('project', 'success', 'type', 'state', 'date')
18
raw_id_fields = ('project', 'version')
19
inlines = (BuildCommandResultInline,)
20
0 commit comments