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 b8a4316297
commit 8364e56e86
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
---