mirror of
https://github.com/netbox-community/netbox.git
synced 2026-01-21 19:18:44 -06:00
Initial work on #20210
This commit is contained in:
@@ -1,3 +1,5 @@
|
||||
import string
|
||||
|
||||
from django.db.models import Q
|
||||
|
||||
|
||||
@@ -7,3 +9,5 @@ OBJECTPERMISSION_OBJECT_TYPES = Q(
|
||||
)
|
||||
|
||||
CONSTRAINT_TOKEN_USER = '$user'
|
||||
|
||||
TOKEN_CHARSET = string.ascii_letters + string.digits
|
||||
|
||||
Reference in New Issue
Block a user