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

Fix IP address interface validation

This commit is contained in:
Jeremy Stretch
2021-03-17 16:44:34 -04:00
parent 889316085c
commit 433c48a1a3
3 changed files with 19 additions and 16 deletions

View File

@@ -459,7 +459,7 @@ class VMInterface(PrimaryModel, BaseInterface):
return super().to_objectchange(action, related_object=self.virtual_machine)
@property
def parent(self):
def parent_object(self):
return self.virtual_machine
@property