1
0
mirror of https://github.com/netbox-community/netbox.git synced 2024-05-10 07:54:54 +00:00

Closes #6014: Move virtual machine interfaces list to a separate view

This commit is contained in:
Jeremy Stretch
2021-03-26 20:19:19 -04:00
parent 1544823d73
commit 0364d8cd43
7 changed files with 141 additions and 83 deletions

View File

@@ -95,6 +95,7 @@ A new cloud model has been introduced for representing the boundary of a network
* [#5873](https://github.com/netbox-community/netbox/issues/5873) - Use numeric IDs in all object URLs
* [#5990](https://github.com/netbox-community/netbox/issues/5990) - Deprecated `display_field` parameter for custom script ObjectVar and MultiObjectVar fields
* [#5995](https://github.com/netbox-community/netbox/issues/5995) - Dropped backward compatibility for `queryset` parameter on ObjectVar and MultiObjectVar (use `model` instead)
* [#6014](https://github.com/netbox-community/netbox/issues/6014) - Moved virtual machine interfaces list to a separate view
### REST API Changes