Closes #7354: Relax uniqueness constraints on region, site group, and location names

This commit is contained in:
jeremystretch
2021-10-19 13:46:35 -04:00
parent 662007950b
commit a3cc2bc3c7
8 changed files with 75 additions and 16 deletions

View File

@@ -15,6 +15,7 @@
* [#6711](https://github.com/netbox-community/netbox/issues/6711) - Add `longtext` custom field type with Markdown support
* [#6715](https://github.com/netbox-community/netbox/issues/6715) - Add tenant assignment for cables
* [#6874](https://github.com/netbox-community/netbox/issues/6874) - Add tenant assignment for locations
* [#7354](https://github.com/netbox-community/netbox/issues/7354) - Relax uniqueness constraints on region, site group, and location names
### Other Changes