1
0
mirror of https://github.com/netbox-community/netbox.git synced 2024-05-10 07:54:54 +00:00

Closes #8307: Add data_type indicator to REST API serializer for custom fields

This commit is contained in:
jeremystretch
2022-01-18 16:57:54 -05:00
parent 3e3880823b
commit 3fcae36cf1
3 changed files with 93 additions and 22 deletions

View File

@@ -71,6 +71,7 @@ Inventory item templates can be arranged hierarchically within a device type, an
* [#8168](https://github.com/netbox-community/netbox/issues/8168) - Add `min_vid` and `max_vid` fields to VLAN group
* [#8295](https://github.com/netbox-community/netbox/issues/8295) - Webhook URLs can now be templatized
* [#8296](https://github.com/netbox-community/netbox/issues/8296) - Allow disabling custom links
* [#8307](https://github.com/netbox-community/netbox/issues/8307) - Add `data_type` indicator to REST API serializer for custom fields
### Other Changes