This commit is contained in:
Thomas van der Jagt 2018-07-18 12:12:40 +00:00 committed by GitHub
commit 4582981218
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -275,7 +275,7 @@ class IPAddressInterfaceSerializer(serializers.ModelSerializer):
class Meta(InterfaceSerializer.Meta): class Meta(InterfaceSerializer.Meta):
model = Interface model = Interface
fields = [ fields = [
'id', 'url', 'device', 'virtual_machine', 'name', 'id', 'url', 'device', 'virtual_machine', 'name', 'mac_address',
] ]
def get_url(self, obj): def get_url(self, obj):