Skip to content

Commit 0ecf64c

Browse files
authored
Update tests/test_integration_with_core.py
1 parent 094060f commit 0ecf64c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/test_integration_with_core.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -280,6 +280,7 @@ def setUp(self):
280280
try:
281281
self.page.languages = "en,fr"
282282
except AttributeError:
283+
# The property does not have a setter in django CMS 5+
283284
pass
284285
self.page.save()
285286

0 commit comments

Comments
 (0)