Corrected shipherd handling of the navigation_items related_name following commit...
[philo.git] / models / pages.py
index 6f5bc9a..81b84c9 100644 (file)
@@ -102,13 +102,6 @@ class Page(View):
                if errors:
                        raise ValidationError(errors)
        
-       def get_navigation(self, node, max_depth):
-               return {
-                       'url': node.get_absolute_url(),
-                       'title': self.title,
-                       'order': None,
-               }
-       
        class Meta:
                app_label = 'philo'