diff --git a/djangoldp/views.py b/djangoldp/views.py index 49780c288ca183a93148690f57ed41ee40513f0b..9f38b07954063deaab01ec59ac33e37f3c306a17 100644 --- a/djangoldp/views.py +++ b/djangoldp/views.py @@ -89,9 +89,9 @@ class LDPViewSet(LDPViewSetGenerator): """An automatically generated viewset that serves models following the Linked Data Platform convention""" fields = None exclude = None - depth = 1 + depth = 0 renderer_classes = (JSONLDRenderer,) - parser_classes = (JSONLDParser,) + parser_classes =(JSONLDParser,) authentication_classes = (NoCSRFAuthentication,) def __init__(self, **kwargs):