Explorar o código

Clarify label

Daniel Sheppard hai 6 meses
pai
achega
043275df19
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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
             m2m_changed = True
             event_type = OBJECT_UPDATED
             event_type = OBJECT_UPDATED
         else:
         else:
-            # Other M2M models are unsupported
+            # Other endpoints are unimpacted as they send post_add and post_remove
             return
             return
     else:
     else:
         return
         return