fix: Preserve Document.time when migrating rfcs (#5954)
This commit is contained in:
parent
7d51781f4f
commit
9bf0063f11
|
@ -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,
|
||||
|
|
Loading…
Reference in a new issue