Fixes: #4395 - Fix typing on interface serializer

This commit is contained in:
Daniel Sheppard 2020-04-07 08:36:13 -05:00
parent fe088dba7a
commit 225ba4cc35

View File

@ -10,7 +10,7 @@
### Bug Fixes ### Bug Fixes
* [#4396](https://github.com/netbox-community/netbox/issues/4395) - Fix typing of count_ipaddresses on interface serializer * [#4395](https://github.com/netbox-community/netbox/issues/4395) - Fix typing of count_ipaddresses on interface serializer
* [#4418](https://github.com/netbox-community/netbox/issues/4418) - Fail cleanly when trying to import multiple device types simultaneously * [#4418](https://github.com/netbox-community/netbox/issues/4418) - Fail cleanly when trying to import multiple device types simultaneously
* [#4438](https://github.com/netbox-community/netbox/issues/4438) - Fix exception when disconnecting a cable from a power feed * [#4438](https://github.com/netbox-community/netbox/issues/4438) - Fix exception when disconnecting a cable from a power feed
* [#4439](https://github.com/netbox-community/netbox/issues/4439) - Tweak display of unset custom integer fields * [#4439](https://github.com/netbox-community/netbox/issues/4439) - Tweak display of unset custom integer fields