Fixes #8074: Ordering VMs by name should reference naturalized value

This commit is contained in:
jeremystretch
2021-12-14 17:03:03 -05:00
parent b354f73afc
commit e5c742f73d
2 changed files with 2 additions and 0 deletions

View File

@@ -9,6 +9,7 @@
### Bug Fixes
* [#7674](https://github.com/netbox-community/netbox/issues/7674) - Fix inadvertent application of device type context to virtual machines
* [#8074](https://github.com/netbox-community/netbox/issues/8074) - Ordering VMs by name should reference naturalized value
---