mirror of
https://github.com/netbox-community/netbox.git
synced 2024-05-10 07:54:54 +00:00
Call out all models with cable_peer name changes
This commit is contained in:
@ -160,12 +160,24 @@ Support for single sign-on (SSO) authentication has been added via the [python-s
|
|||||||
* tenancy.TenantGroup
|
* tenancy.TenantGroup
|
||||||
* virtualization.ClusterGroup
|
* virtualization.ClusterGroup
|
||||||
* virtualization.ClusterType
|
* virtualization.ClusterType
|
||||||
|
* circuits.CircuitTermination
|
||||||
|
* `cable_peer` has been renamed to `link_peer`
|
||||||
|
* `cable_peer_type` has been renamed to `link_peer_type`
|
||||||
* dcim.Cable
|
* dcim.Cable
|
||||||
* Added `tenant` field
|
* Added `tenant` field
|
||||||
|
* dcim.ConsolePort
|
||||||
|
* `cable_peer` has been renamed to `link_peer`
|
||||||
|
* `cable_peer_type` has been renamed to `link_peer_type`
|
||||||
|
* dcim.ConsoleServerPort
|
||||||
|
* `cable_peer` has been renamed to `link_peer`
|
||||||
|
* `cable_peer_type` has been renamed to `link_peer_type`
|
||||||
* dcim.Device
|
* dcim.Device
|
||||||
* Added `airflow` field
|
* Added `airflow` field
|
||||||
* dcim.DeviceType
|
* dcim.DeviceType
|
||||||
* Added `airflow` field
|
* Added `airflow` field
|
||||||
|
* dcim.FrontPort
|
||||||
|
* `cable_peer` has been renamed to `link_peer`
|
||||||
|
* `cable_peer_type` has been renamed to `link_peer_type`
|
||||||
* dcim.Interface
|
* dcim.Interface
|
||||||
* `cable_peer` has been renamed to `link_peer`
|
* `cable_peer` has been renamed to `link_peer`
|
||||||
* `cable_peer_type` has been renamed to `link_peer_type`
|
* `cable_peer_type` has been renamed to `link_peer_type`
|
||||||
@ -180,6 +192,18 @@ Support for single sign-on (SSO) authentication has been added via the [python-s
|
|||||||
* Added `count_fhrp_groups` read-only field
|
* Added `count_fhrp_groups` read-only field
|
||||||
* dcim.Location
|
* dcim.Location
|
||||||
* Added `tenant` field
|
* Added `tenant` field
|
||||||
|
* dcim.PowerFeed
|
||||||
|
* `cable_peer` has been renamed to `link_peer`
|
||||||
|
* `cable_peer_type` has been renamed to `link_peer_type`
|
||||||
|
* dcim.PowerOutlet
|
||||||
|
* `cable_peer` has been renamed to `link_peer`
|
||||||
|
* `cable_peer_type` has been renamed to `link_peer_type`
|
||||||
|
* dcim.PowerPort
|
||||||
|
* `cable_peer` has been renamed to `link_peer`
|
||||||
|
* `cable_peer_type` has been renamed to `link_peer_type`
|
||||||
|
* dcim.RearPort
|
||||||
|
* `cable_peer` has been renamed to `link_peer`
|
||||||
|
* `cable_peer_type` has been renamed to `link_peer_type`
|
||||||
* dcim.Site
|
* dcim.Site
|
||||||
* Added `asns` relationship to ipam.ASN
|
* Added `asns` relationship to ipam.ASN
|
||||||
* extras.Webhook
|
* extras.Webhook
|
||||||
|
Reference in New Issue
Block a user