浏览代码

Clarify label

Daniel Sheppard 9 月之前
父节点
当前提交
043275df19
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      netbox/core/signals.py

+ 1 - 1
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