Fixes #2779: Include "none" option when filter IP addresses by role

This commit is contained in:
Jeremy Stretch
2019-01-15 11:26:41 -05:00
parent 4a290f3834
commit 1d7a7e2d1d
3 changed files with 22 additions and 5 deletions

View File

@@ -2,6 +2,7 @@ v2.5.4 (FUTURE)
## Bug Fixes
* [#2779](https://github.com/digitalocean/netbox/issues/2779) - Include "none" option when filter IP addresses by role
* [#2783](https://github.com/digitalocean/netbox/issues/2783) - Fix AttributeError exception when attempting to delete region(s)
---