mirror of
https://github.com/netbox-community/netbox.git
synced 2026-04-20 07:51:35 +02:00
#14329 Improve diffs for custom_fields
This commit is contained in:
@@ -11,7 +11,7 @@ from mptt.models import MPTTModel
|
|||||||
from core.choices import ObjectChangeActionChoices
|
from core.choices import ObjectChangeActionChoices
|
||||||
from core.querysets import ObjectChangeQuerySet
|
from core.querysets import ObjectChangeQuerySet
|
||||||
from netbox.models.features import ChangeLoggingMixin, has_feature
|
from netbox.models.features import ChangeLoggingMixin, has_feature
|
||||||
from utilities.data import deep_compare_dict, shallow_compare_dict
|
from utilities.data import deep_compare_dict
|
||||||
|
|
||||||
__all__ = (
|
__all__ = (
|
||||||
'ObjectChange',
|
'ObjectChange',
|
||||||
|
|||||||
Reference in New Issue
Block a user