Skip to content
Snippets Groups Projects
Commit 733a1069 authored by Benoit Alessandroni's avatar Benoit Alessandroni
Browse files

Merge branch 'feature/change-depth' into 'master'

update: change depth

See merge request !51
parents e8778f48 7f0d77dc
No related branches found
Tags v2.1.19
1 merge request!51update: change depth
Pipeline #13181 passed
......@@ -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']
......
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