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

update: put depth to 1 by default

parent ea7d7077
No related branches found
No related tags found
1 merge request!14Depth parameter
Pipeline #666 passed
......@@ -89,7 +89,7 @@ class LDPViewSet(LDPViewSetGenerator):
"""An automatically generated viewset that serves models following the Linked Data Platform convention"""
fields = None
exclude = None
depth = 2
depth = 1
renderer_classes = (JSONLDRenderer,)
parser_classes = (JSONLDParser,)
authentication_classes = (NoCSRFAuthentication,)
......
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