From 043275df19cf5267cb901eecdef8752ae7779581 Mon Sep 17 00:00:00 2001 From: Daniel Sheppard Date: Thu, 7 Aug 2025 08:24:54 -0500 Subject: [PATCH] Clarify label --- netbox/core/signals.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/netbox/core/signals.py b/netbox/core/signals.py index e5342dbf2..78e266866 100644 --- a/netbox/core/signals.py +++ b/netbox/core/signals.py @@ -81,7 +81,7 @@ def handle_changed_object(sender, instance, **kwargs): m2m_changed = True event_type = OBJECT_UPDATED else: - # Other M2M models are unsupported + # Other endpoints are unimpacted as they send post_add and post_remove return else: return