mirror of
https://github.com/netbox-community/netbox.git
synced 2025-08-28 10:16:10 -06:00
Clarify label
This commit is contained in:
parent
a86cd9dfc6
commit
043275df19
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user