Skip to content
Snippets Groups Projects
Commit 00743d42 authored by Jean-Baptiste's avatar Jean-Baptiste
Browse files

Merge branch 'depth-0' into 'master'

update: set default depth to 0

See merge request startinblox/djangoldp-packages/djangoldp!15
parents 333b5803 9b6aab8f
No related branches found
No related tags found
No related merge requests found
......@@ -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):
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment