Skip to content

Commit f1ef548

Browse files
author
Michael Lee
committed
Remove extra method idballot from InternetDraft
- Legacy-Id: 119
1 parent 8e16dd2 commit f1ef548

1 file changed

Lines changed: 0 additions & 6 deletions

File tree

ietf/idtracker/models.py

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -162,12 +162,6 @@ def revision_display(self):
162162
if self.status.status != 'Active' and not self.expired_tombstone:
163163
r = max(r - 1, 0)
164164
return "%02d" % r
165-
def idballot(self): # Added by Sunny Lee to return ballot_id from id_internal
166-
idinternal = self.idinternal
167-
if idinternal:
168-
return idinternal.ballot_id
169-
else:
170-
return 0
171165

172166
class Meta:
173167
db_table = "internet_drafts"

0 commit comments

Comments
 (0)