1
0
mirror of https://github.com/netbox-community/netbox.git synced 2024-05-10 07:54:54 +00:00

Introduce NestedObjectPermissionSerializer

This commit is contained in:
Jeremy Stretch
2020-06-08 15:40:41 -04:00
parent 047286f9c0
commit 987414ed7b
3 changed files with 28 additions and 10 deletions

View File

@@ -1,3 +1,4 @@
from django.contrib.auth.models import Group, User
from django.contrib.contenttypes.models import ContentType
from users.models import ObjectPermission