Skip to content

Commit e3dfc79

Browse files
committed
add comment
1 parent cbe17ca commit e3dfc79

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

djangocms_rest/cms_config.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,8 @@ def is_selected(self, request):
8181

8282

8383
class NavigationNodeWithAPI(NavigationNodeMixin, base.NavigationNode):
84+
# NavigationNodeWithAPI must be defined statically at the module level
85+
# to allow it being pickled for cache
8486
pass
8587

8688

0 commit comments

Comments
 (0)