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 dab52a0 commit 8749188Copy full SHA for 8749188
1 file changed
ietf/idtracker/models.py
@@ -882,5 +882,6 @@ class DocumentWrapper(object):
882
docstate = "I-D Exists"
883
cur_state = "I-D Exists"
884
cur_state_id = 100
885
+ primary_flag = 1
886
def __init__(self, document):
887
self.document = document
0 commit comments