浏览代码

Clarify additional branch functionality

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

+ 1 - 0
netbox/core/signals.py

@@ -82,6 +82,7 @@ def handle_changed_object(sender, instance, **kwargs):
             event_type = OBJECT_UPDATED
             event_type = OBJECT_UPDATED
         else:
         else:
             # Other endpoints are unimpacted as they send post_add and post_remove
             # 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
             return
     else:
     else:
         return
         return