diff --git a/djangocms_blog/models.py b/djangocms_blog/models.py index 2a2574c8..4503b290 100644 --- a/djangocms_blog/models.py +++ b/djangocms_blog/models.py @@ -591,13 +591,6 @@ class Meta: objects = GenericDateTaggedManager() admin_manager = AdminDateTaggedManager() - @property - def in_navigation(self): - # TODO: This is a workaround as the CMS expects such an attribute, but I have no idea - # under what conditions it has to be set to True or False. Maybe the MENU_TYPE of the - # Blog AppConfig? - return True - @property def author(self): return self.post.author