diff --git a/djangoldp_circle/models.py b/djangoldp_circle/models.py index d0e9620c0a90ea08ba4c38bf42e1bf3b2910f62e..1a1800a1d4900e0f548e07da16d7da359de70716 100644 --- a/djangoldp_circle/models.py +++ b/djangoldp_circle/models.py @@ -102,6 +102,7 @@ class CircleMember(Model): container_path = "circle-members/" permission_classes = [CircleMemberPermissions] anonymous_perms = [] + depth = 2 authenticated_perms = ['view', 'add'] owner_perms = ['inherit'] unique_together = ['user', 'circle']