You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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 fromCASCADE
toPROTECT
.The text was updated successfully, but these errors were encountered: