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

Move array_to_range(), array_to_string(), deepmerge(), drange(), flatten_dict(), and shallow_compare_dict() to utilities.data

This commit is contained in:
Jeremy Stretch
2024-03-21 14:08:37 -04:00
parent 1d3efc90c0
commit 81ca455fef
13 changed files with 129 additions and 107 deletions

View File

@@ -3,8 +3,8 @@ from django.urls import reverse
from core.models import ObjectType
from users.models import Group, ObjectPermission, Token
from utilities.data import deepmerge
from utilities.testing import APIViewTestCases, APITestCase, create_test_user
from utilities.utils import deepmerge
User = get_user_model()