Merge pull request #196 from AlanCoding/insights_field

allow insights_system_id to self-enforce its read_only property
This commit is contained in:
Alan Rominger 2017-08-07 09:58:41 -04:00 committed by GitHub
commit 41d50d366c

View File

@ -1203,7 +1203,6 @@ class InventoryScriptSerializer(InventorySerializer):
class HostSerializer(BaseSerializerWithVariables):
show_capabilities = ['edit', 'delete']
insights_system_id = serializers.CharField(allow_blank=True, allow_null=True, required=False, default=None)
class Meta:
model = Host