1
0
mirror of https://github.com/netbox-community/netbox.git synced 2024-05-10 07:54:54 +00:00

Merge branch 'develop' into 3941-ip-assign-exception

This commit is contained in:
Jeremy Stretch
2020-01-16 21:42:27 -05:00
committed by GitHub
4 changed files with 10 additions and 7 deletions

View File

@@ -3,6 +3,7 @@
## Bug Fixes
* [#3941](https://github.com/netbox-community/netbox/issues/3941) - Fixed exception when attempting to assign IP to interface
* [#3944](https://github.com/netbox-community/netbox/issues/3944) - Fix AttributeError exception when viewing prefixes list
---