Skip to content

Commit

Permalink
fix: Preserve Document.time when migrating rfcs
Browse files Browse the repository at this point in the history
  • Loading branch information
jennifer-richards committed Jul 11, 2023
1 parent 7d51781 commit 17f53a3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ietf/doc/migrations/0007_create_rfc_documents.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ def forward(apps, schema_editor):
type=rfc_doctype,
name=rfc_alias.name,
rfc_number=int(rfc_alias.name[3:]),
time=draft.time,
title=draft.title,
stream=draft.stream,
group=draft.group,
Expand Down

0 comments on commit 17f53a3

Please sign in to comment.