mirror of
https://github.com/netbox-community/netbox.git
synced 2026-03-21 20:18:38 -06:00
#14329 Improve diffs for custom_fields
This commit is contained in:
@@ -30,7 +30,7 @@ from netbox.views import generic
|
|||||||
from netbox.views.generic.base import BaseObjectView
|
from netbox.views.generic.base import BaseObjectView
|
||||||
from netbox.views.generic.mixins import TableMixin
|
from netbox.views.generic.mixins import TableMixin
|
||||||
from utilities.apps import get_installed_apps
|
from utilities.apps import get_installed_apps
|
||||||
from utilities.data import deep_compare_dict, shallow_compare_dict
|
from utilities.data import deep_compare_dict
|
||||||
from utilities.forms import ConfirmationForm
|
from utilities.forms import ConfirmationForm
|
||||||
from utilities.htmx import htmx_partial
|
from utilities.htmx import htmx_partial
|
||||||
from utilities.json import ConfigJSONEncoder
|
from utilities.json import ConfigJSONEncoder
|
||||||
|
|||||||
@@ -100,7 +100,6 @@ class RangeFunctionsTestCase(TestCase):
|
|||||||
)
|
)
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
class GetConfigValueCITestCase(TestCase):
|
class GetConfigValueCITestCase(TestCase):
|
||||||
|
|
||||||
def test_exact_match(self):
|
def test_exact_match(self):
|
||||||
|
|||||||
Reference in New Issue
Block a user