mirror of
https://github.com/netbox-community/netbox-docker.git
synced 2025-12-10 05:42:36 +00:00
The custom field database model has changed in Netbox 2.7. Therefore the initializer code, that was used before, broke. As a user, you will need to update your custom_fields.yml file as follows: - type must be lowercase - the `selection` type was changed to `select` - the filter_logic must be lower case This is to achieve compatibility with the naming schema that Netbox uses internally. It allows us to become forward compatible in case Netbox ever introduces a new type for custom fields. See the diff of this commit for further information how this is meant. |
||
|---|---|---|
| .. | ||
| 000_users.py | ||
| 010_groups.py | ||
| 020_custom_fields.py | ||
| 030_regions.py | ||
| 040_sites.py | ||
| 050_manufacturers.py | ||
| 060_device_types.py | ||
| 070_rack_roles.py | ||
| 075_rack_groups.py | ||
| 080_racks.py | ||
| 090_device_roles.py | ||
| 100_platforms.py | ||
| 110_tenant_groups.py | ||
| 120_tenants.py | ||
| 130_devices.py | ||
| 140_cluster_types.py | ||
| 150_rirs.py | ||
| 160_aggregates.py | ||
| 170_clusters.py | ||
| 180_vrfs.py | ||
| 190_prefix_vlan_roles.py | ||
| 200_vlan_groups.py | ||
| 210_vlans.py | ||
| 220_prefixes.py | ||
| 230_virtual_machines.py | ||
| 240_virtualization_interfaces.py | ||
| 250_dcim_interfaces.py | ||
| 260_ip_addresses.py | ||
| __main__.py | ||