Fixes #2634: Enforce consistent representation of unnamed devices in rack view

This commit is contained in:
Jeremy Stretch
2018-12-04 15:29:58 -05:00
parent 174dfab2b2
commit c2bd0a7b84
2 changed files with 3 additions and 2 deletions

View File

@@ -13,6 +13,7 @@ v2.4.9 (FUTURE)
* [#2613](https://github.com/digitalocean/netbox/issues/2613) - Decrease live search minimum characters to three
* [#2615](https://github.com/digitalocean/netbox/issues/2615) - Tweak live search widget to use brief format for API requests
* [#2623](https://github.com/digitalocean/netbox/issues/2623) - Removed the need to pass the model class to the rqworker process for webhooks
* [#2634](https://github.com/digitalocean/netbox/issues/2634) - Enforce consistent representation of unnamed devices in rack view
---