From 4213eccb304be516aa2e6eec94c8b6046d0ef6d3 Mon Sep 17 00:00:00 2001 From: Calum Mackervoy Date: Wed, 18 Nov 2020 14:42:56 +0000 Subject: [PATCH] update: notifications view on depth 1 --- djangoldp_notification/views.py | 1 + 1 file changed, 1 insertion(+) 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