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

Restore model-level permission tests

This commit is contained in:
Jeremy Stretch
2020-05-28 11:08:35 -04:00
parent dc56e49410
commit 5d36d81ae1
3 changed files with 166 additions and 142 deletions

View File

@ -17,6 +17,7 @@ from utilities.utils import flatten_dict
__all__ = (
'ObjectPermission',
'Token',
'UserConfig',
)