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

Fixes #3967: Resolve migration of "other" interface type

This commit is contained in:
Jeremy Stretch
2020-01-21 09:32:51 -05:00
parent 606f3dacbb
commit 9d3215e806
3 changed files with 22 additions and 0 deletions

View File

@@ -10,6 +10,7 @@
* [#3721](https://github.com/netbox-community/netbox/issues/3721) - Allow Unicode characters in tag slugs
* [#3951](https://github.com/netbox-community/netbox/issues/3951) - Fix exception in webhook worker due to missing constant
* [#3953](https://github.com/netbox-community/netbox/issues/3953) - Fix validation error when creating child devices
* [#3967](https://github.com/netbox-community/netbox/issues/3967) - Resolve migration of "other" interface type
---