Fixes #7960: Prevent creation of regions/site groups/locations with duplicate names (see #7354)

This commit is contained in:
jeremystretch
2021-12-03 15:09:56 -05:00
parent 2064805b04
commit 5e7eb375f3
3 changed files with 148 additions and 19 deletions

View File

@@ -27,6 +27,7 @@
* [#7771](https://github.com/netbox-community/netbox/issues/7771) - Group assignment should be optional when creating contacts via REST API
* [#7849](https://github.com/netbox-community/netbox/issues/7849) - Fix exception when creating an FHRPGroup with an invalid IP address
* [#7880](https://github.com/netbox-community/netbox/issues/7880) - Include assigned IP addresses in FHRP group object representation
* [#7960](https://github.com/netbox-community/netbox/issues/7960) - Prevent creation of regions/site groups/locations with duplicate names (see #7354)
### REST API Changes