Remove custom field model and export field model for interface (didn't use)

This commit is contained in:
Joseph Kennedy 2017-09-01 00:30:54 -04:00
parent 5ffea4e1c0
commit 0e0728a763

View File

@ -3,7 +3,7 @@ from __future__ import unicode_literals
# Models which support custom fields # Models which support custom fields
CUSTOMFIELD_MODELS = ( CUSTOMFIELD_MODELS = (
'site', 'rack', 'devicetype', 'device', 'interface', # DCIM 'site', 'rack', 'devicetype', 'device', # DCIM
'aggregate', 'prefix', 'ipaddress', 'vlan', 'vrf', # IPAM 'aggregate', 'prefix', 'ipaddress', 'vlan', 'vrf', # IPAM
'provider', 'circuit', # Circuits 'provider', 'circuit', # Circuits
'tenant', # Tenants 'tenant', # Tenants
@ -37,7 +37,7 @@ GRAPH_TYPE_CHOICES = (
# Models which support export templates # Models which support export templates
EXPORTTEMPLATE_MODELS = [ EXPORTTEMPLATE_MODELS = [
'site', 'rack', 'device', 'consoleport', 'powerport', 'interfaceconnection', 'interface', # DCIM 'site', 'rack', 'device', 'consoleport', 'powerport', 'interfaceconnection', # DCIM
'aggregate', 'prefix', 'ipaddress', 'vlan', # IPAM 'aggregate', 'prefix', 'ipaddress', 'vlan', # IPAM
'provider', 'circuit', # Circuits 'provider', 'circuit', # Circuits
'tenant', # Tenants 'tenant', # Tenants