mirror of
https://github.com/netbox-community/netbox.git
synced 2025-07-14 01:41:22 -06:00
Fix markdown list indentation
This commit is contained in:
parent
5bd30060e7
commit
7e8ffd8390
@ -300,43 +300,43 @@ All end-to-end cable paths are now cached using the new CablePath backend model.
|
|||||||
* Removed the `/extras/_custom_field_choices/` endpoint (replaced by new custom fields endpoint)
|
* Removed the `/extras/_custom_field_choices/` endpoint (replaced by new custom fields endpoint)
|
||||||
* Added the `/status/` endpoint to convey NetBox's current status
|
* Added the `/status/` endpoint to convey NetBox's current status
|
||||||
* circuits.CircuitTermination:
|
* circuits.CircuitTermination:
|
||||||
* Added the `/trace/` endpoint
|
* Added the `/trace/` endpoint
|
||||||
* Replaced `connection_status` with `connected_endpoint_reachable` (boolean)
|
* Replaced `connection_status` with `connected_endpoint_reachable` (boolean)
|
||||||
* Added `cable_peer` and `cable_peer_type`
|
* Added `cable_peer` and `cable_peer_type`
|
||||||
* `port_speed` may now be null
|
* `port_speed` may now be null
|
||||||
* dcim.Cable: Added `custom_fields`
|
* dcim.Cable: Added `custom_fields`
|
||||||
* dcim.ConsolePort:
|
* dcim.ConsolePort:
|
||||||
* Replaced `connection_status` with `connected_endpoint_reachable` (boolean)
|
* Replaced `connection_status` with `connected_endpoint_reachable` (boolean)
|
||||||
* Added `cable_peer` and `cable_peer_type`
|
* Added `cable_peer` and `cable_peer_type`
|
||||||
* Removed `connection_status` from nested serializer
|
* Removed `connection_status` from nested serializer
|
||||||
* dcim.ConsoleServerPort:
|
* dcim.ConsoleServerPort:
|
||||||
* Replaced `connection_status` with `connected_endpoint_reachable` (boolean)
|
* Replaced `connection_status` with `connected_endpoint_reachable` (boolean)
|
||||||
* Added `cable_peer` and `cable_peer_type`
|
* Added `cable_peer` and `cable_peer_type`
|
||||||
* Removed `connection_status` from nested serializer
|
* Removed `connection_status` from nested serializer
|
||||||
* dcim.FrontPort:
|
* dcim.FrontPort:
|
||||||
* Replaced the `/trace/` endpoint with `/paths/`, which returns a list of cable paths
|
* Replaced the `/trace/` endpoint with `/paths/`, which returns a list of cable paths
|
||||||
* Added `cable_peer` and `cable_peer_type`
|
* Added `cable_peer` and `cable_peer_type`
|
||||||
* dcim.Interface:
|
* dcim.Interface:
|
||||||
* Replaced `connection_status` with `connected_endpoint_reachable` (boolean)
|
* Replaced `connection_status` with `connected_endpoint_reachable` (boolean)
|
||||||
* Added `cable_peer` and `cable_peer_type`
|
* Added `cable_peer` and `cable_peer_type`
|
||||||
* Removed `connection_status` from nested serializer
|
* Removed `connection_status` from nested serializer
|
||||||
* dcim.InventoryItem: The `_depth` field has been added to reflect MPTT positioning
|
* dcim.InventoryItem: The `_depth` field has been added to reflect MPTT positioning
|
||||||
* dcim.PowerFeed:
|
* dcim.PowerFeed:
|
||||||
* Added the `/trace/` endpoint
|
* Added the `/trace/` endpoint
|
||||||
* Added fields `connected_endpoint`, `connected_endpoint_type`, `connected_endpoint_reachable`, `cable_peer`, and `cable_peer_type`
|
* Added fields `connected_endpoint`, `connected_endpoint_type`, `connected_endpoint_reachable`, `cable_peer`, and `cable_peer_type`
|
||||||
* dcim.PowerOutlet:
|
* dcim.PowerOutlet:
|
||||||
* Replaced `connection_status` with `connected_endpoint_reachable` (boolean)
|
* Replaced `connection_status` with `connected_endpoint_reachable` (boolean)
|
||||||
* Added `cable_peer` and `cable_peer_type`
|
* Added `cable_peer` and `cable_peer_type`
|
||||||
* Removed `connection_status` from nested serializer
|
* Removed `connection_status` from nested serializer
|
||||||
* dcim.PowerPanel: Added `custom_fields`
|
* dcim.PowerPanel: Added `custom_fields`
|
||||||
* dcim.PowerPort
|
* dcim.PowerPort
|
||||||
* Replaced `connection_status` with `connected_endpoint_reachable` (boolean)
|
* Replaced `connection_status` with `connected_endpoint_reachable` (boolean)
|
||||||
* Added `cable_peer` and `cable_peer_type`
|
* Added `cable_peer` and `cable_peer_type`
|
||||||
* Removed `connection_status` from nested serializer
|
* Removed `connection_status` from nested serializer
|
||||||
* dcim.RackReservation: Added `custom_fields`
|
* dcim.RackReservation: Added `custom_fields`
|
||||||
* dcim.RearPort:
|
* dcim.RearPort:
|
||||||
* Replaced the `/trace/` endpoint with `/paths/`, which returns a list of cable paths
|
* Replaced the `/trace/` endpoint with `/paths/`, which returns a list of cable paths
|
||||||
* Added `cable_peer` and `cable_peer_type`
|
* Added `cable_peer` and `cable_peer_type`
|
||||||
* dcim.VirtualChassis: Added `custom_fields`
|
* dcim.VirtualChassis: Added `custom_fields`
|
||||||
* extras.ExportTemplate: The `template_language` field has been removed
|
* extras.ExportTemplate: The `template_language` field has been removed
|
||||||
* extras.Graph: This API endpoint has been removed (see #4349)
|
* extras.Graph: This API endpoint has been removed (see #4349)
|
||||||
|
@ -142,51 +142,51 @@ A new provider network model has been introduced to represent the boundary of a
|
|||||||
* All primary keys are now 64-bit integers
|
* All primary keys are now 64-bit integers
|
||||||
* All model serializers now include a `display` field to be used for the presentation of an object to a human user
|
* All model serializers now include a `display` field to be used for the presentation of an object to a human user
|
||||||
* All device components
|
* All device components
|
||||||
* Added support for custom fields
|
* Added support for custom fields
|
||||||
* Added `created` and `last_updated` fields to track object creation and modification
|
* Added `created` and `last_updated` fields to track object creation and modification
|
||||||
* All device component templates
|
* All device component templates
|
||||||
* Added `created` and `last_updated` fields to track object creation and modification
|
* Added `created` and `last_updated` fields to track object creation and modification
|
||||||
* All organizational models
|
* All organizational models
|
||||||
* Added support for custom fields
|
* Added support for custom fields
|
||||||
* All cable termination models (cabled device components, power feeds, and circuit terminations)
|
* All cable termination models (cabled device components, power feeds, and circuit terminations)
|
||||||
* Added `mark_connected` boolean field to force connection status
|
* Added `mark_connected` boolean field to force connection status
|
||||||
* Added `_occupied` read-only boolean field as common attribute for determining whether an object is occupied
|
* Added `_occupied` read-only boolean field as common attribute for determining whether an object is occupied
|
||||||
* Renamed RackGroup to Location
|
* Renamed RackGroup to Location
|
||||||
* The `/dcim/rack-groups/` endpoint is now `/dcim/locations/`
|
* The `/dcim/rack-groups/` endpoint is now `/dcim/locations/`
|
||||||
* circuits.CircuitTermination
|
* circuits.CircuitTermination
|
||||||
* Added the `provider_network` field
|
* Added the `provider_network` field
|
||||||
* Removed the `connected_endpoint`, `connected_endpoint_type`, and `connected_endpoint_reachable` fields
|
* Removed the `connected_endpoint`, `connected_endpoint_type`, and `connected_endpoint_reachable` fields
|
||||||
* circuits.ProviderNetwork
|
* circuits.ProviderNetwork
|
||||||
* Added the `/api/circuits/provider-networks/` endpoint
|
* Added the `/api/circuits/provider-networks/` endpoint
|
||||||
* dcim.Device
|
* dcim.Device
|
||||||
* Added the `location` field
|
* Added the `location` field
|
||||||
* dcim.Interface
|
* dcim.Interface
|
||||||
* Added the `parent` field
|
* Added the `parent` field
|
||||||
* dcim.PowerPanel
|
* dcim.PowerPanel
|
||||||
* Renamed `rack_group` field to `location`
|
* Renamed `rack_group` field to `location`
|
||||||
* dcim.Rack
|
* dcim.Rack
|
||||||
* Renamed `group` field to `location`
|
* Renamed `group` field to `location`
|
||||||
* dcim.Site
|
* dcim.Site
|
||||||
* Added the `group` foreign key field to SiteGroup
|
* Added the `group` foreign key field to SiteGroup
|
||||||
* dcim.SiteGroup
|
* dcim.SiteGroup
|
||||||
* Added the `/api/dcim/site-groups/` endpoint
|
* Added the `/api/dcim/site-groups/` endpoint
|
||||||
* extras.ConfigContext
|
* extras.ConfigContext
|
||||||
* Added the `site_groups` many-to-many field to track the assignment of ConfigContexts to SiteGroups
|
* Added the `site_groups` many-to-many field to track the assignment of ConfigContexts to SiteGroups
|
||||||
* extras.CustomField
|
* extras.CustomField
|
||||||
* Added new custom field type: `multi-select`
|
* Added new custom field type: `multi-select`
|
||||||
* extras.CustomLink
|
* extras.CustomLink
|
||||||
* Added the `/api/extras/custom-links/` endpoint
|
* Added the `/api/extras/custom-links/` endpoint
|
||||||
* extras.ExportTemplate
|
* extras.ExportTemplate
|
||||||
* Added the `as_attachment` boolean field
|
* Added the `as_attachment` boolean field
|
||||||
* extras.ObjectChange
|
* extras.ObjectChange
|
||||||
* Added the `prechange_data` field
|
* Added the `prechange_data` field
|
||||||
* Renamed `object_data` to `postchange_data`
|
* Renamed `object_data` to `postchange_data`
|
||||||
* extras.Webhook
|
* extras.Webhook
|
||||||
* Added the `/api/extras/webhooks/` endpoint
|
* Added the `/api/extras/webhooks/` endpoint
|
||||||
* ipam.VLANGroup
|
* ipam.VLANGroup
|
||||||
* Added the `scope_type`, `scope_id`, and `scope` fields (`scope` is a generic foreign key)
|
* Added the `scope_type`, `scope_id`, and `scope` fields (`scope` is a generic foreign key)
|
||||||
* Dropped the `site` foreign key field
|
* Dropped the `site` foreign key field
|
||||||
* virtualization.VirtualMachine
|
* virtualization.VirtualMachine
|
||||||
* `vcpus` has been changed from an integer to a decimal value
|
* `vcpus` has been changed from an integer to a decimal value
|
||||||
* virtualization.VMInterface
|
* virtualization.VMInterface
|
||||||
* Added the `parent` field
|
* Added the `parent` field
|
||||||
|
Loading…
Reference in New Issue
Block a user