Deleting an Interface with an assigned CircuitTermination deletes the CircuitTermination #858

Closed
opened 2025-12-29 16:26:23 +01:00 by adam · 0 comments
Owner

Originally created by @jeremystretch on GitHub (Apr 12, 2017).

Issue type: Bug report

Python version: 2.7.6
NetBox version: 1.9.5

If a CircuitTermination is defined to bind a Circuit to an Interface, deleting that Interface will also delete the CircuitTermination (the Circuit will remain). We should change the on_delete behavior of this relationship from CASCADE to PROTECT.

Originally created by @jeremystretch on GitHub (Apr 12, 2017). ### Issue type: Bug report **Python version:** 2.7.6 **NetBox version:** 1.9.5 If a CircuitTermination is defined to bind a Circuit to an Interface, deleting that Interface will also delete the CircuitTermination (the Circuit will remain). We should change the `on_delete` behavior of this relationship from `CASCADE` to `PROTECT`.
adam added the type: bug label 2025-12-29 16:26:23 +01:00
adam closed this issue 2025-12-29 16:26:24 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/netbox#858