We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0a8c799 commit afe9a02Copy full SHA for afe9a02
ietf/doc/expire.py
@@ -230,7 +230,7 @@ def move_file_to(subdir):
230
231
232
def repair_dead_on_expire():
233
- by = Person.objects.get(pk=1) # a.k.a. "(System)"
+ by = Person.objects.get(name="(System)")
234
id_exists = State.objects.get(type="draft-iesg", slug="idexists")
235
dead = State.objects.get(type="draft-iesg", slug="dead")
236
dead_drafts = Document.objects.filter(
0 commit comments