update: notifications view on depth 1
This commit is contained in:
parent
d321dedd32
commit
4213eccb30
@ -9,3 +9,4 @@ class LDPNotificationsPagination(LDPPagination):
|
||||
class LDPNotificationsViewSet(LDPViewSet):
|
||||
'''overridden LDPViewSet to force pagination'''
|
||||
pagination_class = LDPNotificationsPagination
|
||||
depth = 1
|
||||
|
Loading…
Reference in New Issue
Block a user