kopia lustrzana https://github.com/wagtail/wagtail
update test for excluded fields on copy
rodzic
2b2445ad36
commit
f4bf249e31
|
@ -1045,6 +1045,7 @@ class TestCopyPage(TestCase):
|
|||
page = PageWithExcludedCopyField(
|
||||
title='Discovery',
|
||||
slug='disco',
|
||||
content='NCC-1031',
|
||||
special_field='Context is for Kings')
|
||||
new_page = page.copy(to=homepage)
|
||||
|
||||
|
|
Ładowanie…
Reference in New Issue