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 e2d4760d2c
commit a9eeb7b451
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