Fixes #3882: Fix filtering of devices by rack group

This commit is contained in:
Jeremy Stretch
2020-01-10 10:21:11 -05:00
parent 1912636ebc
commit df9b175d55
2 changed files with 5 additions and 4 deletions

View File

@@ -26,6 +26,7 @@
* [#3864](https://github.com/netbox-community/netbox/issues/3864) - Disallow /0 masks
* [#3872](https://github.com/netbox-community/netbox/issues/3872) - Paginate related IPs of an address
* [#3876](https://github.com/netbox-community/netbox/issues/3876) - Fixed min/max to ASN input field at the site creation page
* [#3882](https://github.com/netbox-community/netbox/issues/3882) - Fix filtering of devices by rack group
---