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
Closes#18281: Support group assignment for virtual circuits (#18291)
* Rename circuit to member on CircuitGroupAssignment
* Support group assignment for virtual circuits
* Update release notes
* Introduce separate nav menu heading for circuit groups
* Add generic relations for group assignments
* Remove obsolete code
* Clean up bulk import & extend tests
Copy file name to clipboardExpand all lines: docs/release-notes/version-4.2.md
+3
Original file line number
Diff line number
Diff line change
@@ -13,6 +13,7 @@
13
13
* The `site` and `provider_network` foreign key fields on `circuits.CircuitTermination` have been replaced by the `termination` generic foreign key.
14
14
* The `site` foreign key field on `ipam.Prefix` has been replaced by the `scope` generic foreign key.
15
15
* The `site` foreign key field on `virtualization.Cluster` has been replaced by the `scope` generic foreign key.
16
+
* The `circuit` foreign key field on `circuits.CircuitGroupAssignment` has been replaced by the `member` generic foreign key.
16
17
* Obsolete nested REST API serializers have been removed. These were deprecated in NetBox v4.1 under [#17143](https://github.com/netbox-community/netbox/issues/17143).
17
18
18
19
### New Features
@@ -77,6 +78,8 @@ NetBox now supports the designation of customer VLANs (CVLANs) and service VLANs
77
78
*`/api/ipam/vlan-translation-rules/`
78
79
* circuits.Circuit
79
80
* Added the optional `distance` and `distance_unit` fields
81
+
* circuits.CircuitGroupAssignment
82
+
* Replaced the `circuit` field with `member_type` and `member_id` to support virtual circuit assignment
80
83
* circuits.CircuitTermination
81
84
* Removed the `site` & `provider_network` fields
82
85
* Added the `termination_type` & `termination_id` fields to facilitate termination assignment
0 commit comments