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

Fixes #4418: Fail cleanly when trying to import multiple device types simultaneously

This commit is contained in:
Jeremy Stretch
2020-03-30 16:44:04 -04:00
parent aa38dcf490
commit fb2868f8bb
2 changed files with 16 additions and 2 deletions

View File

@@ -6,6 +6,10 @@
* [#3676](https://github.com/netbox-community/netbox/issues/3676) - Reference VRF by name rather than RD during IP/prefix import
### Bug Fixes
* [#4418](https://github.com/netbox-community/netbox/issues/4418) - Fail cleanly when trying to import multiple device types simultaneously
---
## v2.7.11 (2020-03-27)