Fixes #2575: Correct model specified for rack roles table

This commit is contained in:
Jeremy Stretch
2018-11-09 09:46:30 -05:00
parent 7243e55387
commit cd5b57863e
2 changed files with 3 additions and 2 deletions

View File

@@ -3,6 +3,7 @@ v2.4.8 (FUTURE)
## Bug Fixes
* [#2473](https://github.com/digitalocean/netbox/issues/2473) - Fix encoding of long (>127 character) secrets
* [#2575](https://github.com/digitalocean/netbox/issues/2575) - Correct model specified for rack roles table
---