We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9e94a21 commit 86a2e89Copy full SHA for 86a2e89
netbox_branching/models/branches.py
@@ -532,8 +532,8 @@ def _collapse_changes_for_object(changes, logger):
532
Collapse a list of ObjectChanges for a single object.
533
Returns: (final_action, merged_data, last_change)
534
535
- A key point is that we only care about the final state of the object. Also
536
- each ChangeObject needs to be correct so the final state is correct, i.e.
+ A key point is that we only care about the final state of the object. Also
+ each ChangeObject needs to be correct so the final state is correct, i.e.
537
if we delete an object, there aren't going to be other objects still referencing it.
538
539
ChangeObject can have CREATE, UPDATE, and DELETE actions.
0 commit comments