Merge branch 'depth-1-inbox' into 'master'

update: notifications view on depth 1

See merge request djangoldp-packages/djangoldp-notification!37
This commit is contained in:
Jean-Baptiste Pasquier 2020-11-18 14:42:57 +00:00
commit 765b4907f1
1 changed files with 1 additions and 0 deletions

View File

@ -9,3 +9,4 @@ class LDPNotificationsPagination(LDPPagination):
class LDPNotificationsViewSet(LDPViewSet):
'''overridden LDPViewSet to force pagination'''
pagination_class = LDPNotificationsPagination
depth = 1