Fixes #2676: Fix exception when passing dictionary value to a ChoiceField

This commit is contained in:
Jeremy Stretch
2018-12-11 17:00:20 -05:00
parent dd7ad65414
commit 512226b10c
2 changed files with 19 additions and 9 deletions

View File

@@ -3,6 +3,7 @@ v2.5.1 (FUTURE)
## Bug Fixes
* [#2666](https://github.com/digitalocean/netbox/issues/2666) - Correct display of length unit in cables list
* [#2676](https://github.com/digitalocean/netbox/issues/2676) - Fix exception when passing dictionary value to a ChoiceField
---