Skip to content

Commit f7d0dcd

Browse files
authored
Merge pull request #5802 from rtfd/improve-build-admin
Show build length in the admin
2 parents fd2c07b + d81bbec commit f7d0dcd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

readthedocs/builds/admin.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ class BuildAdmin(admin.ModelAdmin):
4444
'type',
4545
'state',
4646
'date',
47+
'length'
4748
)
4849
list_filter = ('type', 'state', 'success')
4950
list_select_related = ('project', 'version')

0 commit comments

Comments
 (0)