From 630d7aa4c2c6d650ec3046157cb3923519687514 Mon Sep 17 00:00:00 2001 From: Daniel Sheppard Date: Thu, 7 Aug 2025 08:27:13 -0500 Subject: [PATCH] Clarify additional branch functionality --- netbox/core/signals.py | 1 + 1 file changed, 1 insertion(+) diff --git a/netbox/core/signals.py b/netbox/core/signals.py index 78e266866..64aff1b65 100644 --- a/netbox/core/signals.py +++ b/netbox/core/signals.py @@ -82,6 +82,7 @@ def handle_changed_object(sender, instance, **kwargs): event_type = OBJECT_UPDATED else: # Other endpoints are unimpacted as they send post_add and post_remove + # This will impact changes that utilize clear() however so we may want to give consideration for this branch return else: return