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

Fixes #4988: Fix ordering of rack reservations with identical creation times

This commit is contained in:
Jeremy Stretch
2020-08-24 12:04:48 -04:00
parent df97eb2f72
commit 5da7590eea
3 changed files with 19 additions and 1 deletions

View File

@@ -4,6 +4,7 @@
### Bug Fixes
* [#4988](https://github.com/netbox-community/netbox/issues/4988) - Fix ordering of rack reservations with identical creation times
* [#5035](https://github.com/netbox-community/netbox/issues/5035) - Fix exception when modifying an IP address assigned to a VM
* [#5038](https://github.com/netbox-community/netbox/issues/5038) - Fix validation of primary IPs assigned to virtual machines
* [#5040](https://github.com/netbox-community/netbox/issues/5040) - Limit SLAAC status to IPv6 addresses