Przeglądaj źródła

Clarify additional branch functionality

Daniel Sheppard 6 miesięcy temu
rodzic
commit
630d7aa4c2
1 zmienionych plików z 1 dodań i 0 usunięć
  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
         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