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:
commit
765b4907f1
@ -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