[16.0][MIG] document_page: Migration to 16.0

This commit is contained in:
FernandoRomera
2022-12-05 13:59:45 +01:00
parent 5739a7ef02
commit aeb4ca2fe8
14 changed files with 31 additions and 1199 deletions

View File

@@ -189,4 +189,4 @@ class DocumentPage(models.Model):
draft_name="1.0",
draft_summary=_("summary"),
)
return super(DocumentPage, self).copy(default=default)
return super().copy(default=default)