field=models.ManyToManyField(help_text='The object(s) to which this field applies.',limit_choices_to={'model__in':('provider','circuit','site','rack','devicetype','device','aggregate','prefix','ipaddress','vlan','vrf','service','tenant','cluster','virtualmachine')},related_name='custom_fields',to='contenttypes.ContentType',verbose_name='Object(s)'),
),
migrations.AlterField(
model_name='webhook',
name='obj_type',
field=models.ManyToManyField(help_text='The object(s) to which this Webhook applies.',limit_choices_to={'model__in':('provider','circuit','site','rack','rackgroup','device','interface','aggregate','prefix','ipaddress','vlan','vlangroup','vrf','service','tenant','tenantgroup','cluster','clustergroup','virtualmachine')},related_name='webhooks',to='contenttypes.ContentType',verbose_name='Object types'),