fix: Preserve Document.time when migrating rfcs (#5954)

This commit is contained in:
Jennifer Richards 2023-07-12 13:02:12 -03:00 committed by GitHub
parent 7d51781f4f
commit 9bf0063f11
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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,