Environment
- Python version: 3.6.8
- NetBox version: 2.10.1
Steps to Reproduce
- Create a custom field for IP addresses (I have tested boolean and text fields)
- add/edit an IP address and populate the field
Expected Behavior
The custom fields are saved and shown in the Web UI/Django object
Observed Behavior
The custom fields are empty. (The Django objects .cf is also an empty dict)
Further Observations
Custom fields for other objects (e.g. Prefixes) work as intended.