We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cbe17ca commit e3dfc79Copy full SHA for e3dfc79
djangocms_rest/cms_config.py
@@ -81,6 +81,8 @@ def is_selected(self, request):
81
82
83
class NavigationNodeWithAPI(NavigationNodeMixin, base.NavigationNode):
84
+ # NavigationNodeWithAPI must be defined statically at the module level
85
+ # to allow it being pickled for cache
86
pass
87
88
0 commit comments