Fixes #2895: Fix filtering of nullable character fields

This commit is contained in:
Jeremy Stretch
2019-02-14 09:43:56 -05:00
parent 504e5bf9e6
commit ba399a3cc4
2 changed files with 4 additions and 3 deletions

View File

@@ -4,6 +4,7 @@ v2.5.7 (FUTURE)
* [#2888](https://github.com/digitalocean/netbox/issues/2888) - Correct foreground color of device roles in rack elevations
* [#2893](https://github.com/digitalocean/netbox/issues/2893) - Remove duplicate display of VRF RD on IP address view
* [#2895](https://github.com/digitalocean/netbox/issues/2895) - Fix filtering of nullable character fields
v2.5.6 (2019-02-13)