Clarify additional branch functionality
Some checks are pending
CI / build (20.x, 3.10) (push) Waiting to run
CI / build (20.x, 3.11) (push) Waiting to run
CI / build (20.x, 3.12) (push) Waiting to run

This commit is contained in:
Daniel Sheppard 2025-08-07 08:27:13 -05:00
parent 043275df19
commit 630d7aa4c2

View File

@ -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