mirror of
https://github.com/netbox-community/netbox.git
synced 2024-05-10 07:54:54 +00:00
Merge branch 'develop-2.7' into 3569-api-choice-slugs
This commit is contained in:
@ -106,7 +106,7 @@ class Cluster(ChangeLoggedModel, CustomFieldModel):
|
||||
tenant = models.ForeignKey(
|
||||
to='tenancy.Tenant',
|
||||
on_delete=models.PROTECT,
|
||||
related_name='tenants',
|
||||
related_name='clusters',
|
||||
blank=True,
|
||||
null=True
|
||||
)
|
||||
|
Reference in New Issue
Block a user