Skip to content

Commit 11dc7fc

Browse files
committed
Added some columns to the admin idinternal draft list.
- Legacy-Id: 1479
1 parent fcbd16a commit 11dc7fc

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

ietf/idtracker/models.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -604,6 +604,8 @@ class Meta:
604604
db_table = 'id_internal'
605605
verbose_name = 'IDTracker Draft'
606606
class Admin:
607+
list_display = ['draft', 'token_email', 'note' ]
608+
ordering = ['draft', ]
607609
pass
608610

609611
class DocumentComment(models.Model):

0 commit comments

Comments
 (0)