Added child counts to API serializers (WIP)

This commit is contained in:
Jeremy Stretch
2019-04-12 17:07:56 -04:00
parent 25fe9ae777
commit e8d09e97fa
26 changed files with 206 additions and 94 deletions

View File

@@ -63,6 +63,8 @@ to now use "Extras | Tag."
* dcim.Interface: `form_factor` has been renamed to `type`. Backward-compatibile support for `form_factor` will be maintained until NetBox v2.7.
* dcim.Interface: The `type` filter has been renamed to `kind`.
* dcim.DeviceType: `instance_count` has been renamed to `device_count`.
## Bug Fixes