diff --git a/djangoldp_notification/views.py b/djangoldp_notification/views.py index 2ce7d6f..a53af15 100644 --- a/djangoldp_notification/views.py +++ b/djangoldp_notification/views.py @@ -9,3 +9,4 @@ class LDPNotificationsPagination(LDPPagination): class LDPNotificationsViewSet(LDPViewSet): '''overridden LDPViewSet to force pagination''' pagination_class = LDPNotificationsPagination + depth = 1