Fixes #3983: Permit the creation of multiple unnamed devices

This commit is contained in:
Jeremy Stretch
2020-01-22 09:26:49 -05:00
parent ddd9f86031
commit b7dea5a9f7
3 changed files with 35 additions and 5 deletions

View File

@@ -1,3 +1,11 @@
# v2.7.3 (FUTURE)
## Bug Fixes
* [#3983](https://github.com/netbox-community/netbox/issues/3983) - Permit the creation of multiple unnamed devices
---
# v2.7.2 (2020-01-21)
## Enhancements